Skip to content

Commit e273ed0

Browse files
committed
chore: Lock and sort Python development dependencies
Based on `pip freeze`. - Avoids breakage in case of incompatible third party upgrades - Improves consistency between builds
1 parent 4658999 commit e273ed0

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

requirements-dev.txt

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
mypy==0.812
2-
flake8==3.8.*
31
black==21.4b2
4-
52
codespell==1.17.1
3+
coverage==5.2.1
4+
doc8==0.8.1
5+
flake8==3.8.4
66
ipython==7.16.1
7+
# https://github.com/pydata/xarray/issues/5299#issuecomment-840730954
8+
Jinja2==2.11.3
79
jsonschema==3.2.0
10+
mypy==0.812
11+
nbsphinx==0.7.1
12+
orjson==3.5.2
813
pylint==1.9.1
914
Sphinx==3.5.4
1015
sphinx-autobuild==0.7.1
1116
sphinxcontrib-fulltoc==1.2.0
12-
nbsphinx==0.7.1
13-
coverage==5.2.*
14-
doc8==0.8.1
15-
16-
# https://github.com/pydata/xarray/issues/5299#issuecomment-840730954
17-
jinja2<3.0
18-
19-
# optional dependencies
20-
orjson==3.5.2

0 commit comments

Comments
 (0)