Skip to content

Commit 7f75df6

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 50c6ee8 commit 7f75df6

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

requirements-dev.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
ipython==7.16.1
2+
# https://github.com/pydata/xarray/issues/5299#issuecomment-840730954
3+
Jinja2==2.11.3
4+
nbsphinx==0.7.1
25
Sphinx==3.5.4
36
sphinx-autobuild==0.7.1
47
sphinxcontrib-fulltoc==1.2.0
5-
nbsphinx==0.7.1
6-
7-
# https://github.com/pydata/xarray/issues/5299#issuecomment-840730954
8-
jinja2<3.0
98

109
-r ./requirements-test.txt

requirements-test.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
mypy==0.812
2-
flake8==3.8.*
31
black==21.4b2
4-
52
codespell==1.17.1
6-
3+
coverage==5.2.1
4+
doc8==0.8.1
5+
flake8==3.8.4
76
jsonschema==3.2.0
7+
mypy==0.812
8+
orjson==3.5.2
89
pylint==1.9.1
9-
coverage==5.2.*
10-
doc8==0.8.1
11-
12-
# optional dependencies
13-
orjson==3.5.2

0 commit comments

Comments
 (0)