Skip to content

Commit 8a50df2

Browse files
committed
fix requirements
1 parent a1e2318 commit 8a50df2

File tree

1 file changed

+61
-13
lines changed

1 file changed

+61
-13
lines changed

requirements/requirements.txt

Lines changed: 61 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
#
2-
# This file is autogenerated by pip-compile
2+
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
55
# pip-compile requirements.in
66
#
77
--no-binary shapely
88

9+
alabaster==0.7.12
10+
# via sphinx
911
appdirs==1.4.4
1012
# via virtualenv
13+
babel==2.9.1
14+
# via sphinx
15+
beautifulsoup4==4.10.0
16+
# via pydata-sphinx-theme
1117
bump2version==1.0.1
1218
# via -r requirements.in
1319
cartopy==0.19.0.post1
1420
# via -r requirements.in
21+
certifi==2021.10.8
22+
# via requests
1523
cffi==1.15.0
1624
# via cryptography
1725
cfgv==3.2.0
@@ -20,6 +28,8 @@ chardet==4.0.0
2028
# via
2129
# pdfminer.six
2230
# pdfx
31+
charset-normalizer==2.0.7
32+
# via requests
2333
click==8.0.0
2434
# via pip-tools
2535
cryptography==35.0.0
@@ -28,26 +38,37 @@ cycler==0.10.0
2838
# via matplotlib
2939
distlib==0.3.1
3040
# via virtualenv
41+
docutils==0.17.1
42+
# via
43+
# pydata-sphinx-theme
44+
# sphinx
3145
filelock==3.0.12
3246
# via virtualenv
3347
identify==2.2.2
3448
# via pre-commit
35-
importlib-metadata==3.9.0
36-
# via
37-
# pep517
38-
# pre-commit
39-
# virtualenv
49+
idna==3.3
50+
# via requests
51+
imagesize==1.2.0
52+
# via sphinx
53+
jinja2==3.0.2
54+
# via sphinx
4055
kiwisolver==1.3.1
4156
# via matplotlib
57+
markupsafe==2.0.1
58+
# via jinja2
4259
matplotlib==3.4.2
4360
# via -r requirements.in
61+
mpl-sphinx-theme==0.0.6
62+
# via -r requirements.in
4463
nodeenv==1.5.0
4564
# via pre-commit
4665
numpy==1.19.5
4766
# via
4867
# cartopy
4968
# matplotlib
5069
# scipy
70+
packaging==21.2
71+
# via sphinx
5172
pdfminer.six==20201018
5273
# via pdfx
5374
pdfx==1.4.1
@@ -62,14 +83,24 @@ pre-commit==2.11.1
6283
# via -r requirements.in
6384
pycparser==2.20
6485
# via cffi
86+
pydata-sphinx-theme==0.7.1
87+
# via mpl-sphinx-theme
88+
pygments==2.10.0
89+
# via sphinx
6590
pyparsing==2.4.7
66-
# via matplotlib
91+
# via
92+
# matplotlib
93+
# packaging
6794
pyshp==2.1.3
6895
# via cartopy
6996
python-dateutil==2.8.1
7097
# via matplotlib
98+
pytz==2021.3
99+
# via babel
71100
pyyaml==5.4.1
72101
# via pre-commit
102+
requests==2.26.0
103+
# via sphinx
73104
scipy==1.5.4
74105
# via -r requirements.in
75106
shapely==1.7.1
@@ -79,20 +110,37 @@ six==1.15.0
79110
# cycler
80111
# python-dateutil
81112
# virtualenv
113+
snowballstemmer==2.1.0
114+
# via sphinx
82115
sortedcontainers==2.4.0
83116
# via pdfminer.six
117+
soupsieve==2.3
118+
# via beautifulsoup4
119+
sphinx==4.2.0
120+
# via
121+
# -r requirements.in
122+
# pydata-sphinx-theme
123+
sphinxcontrib-applehelp==1.0.2
124+
# via sphinx
125+
sphinxcontrib-devhelp==1.0.2
126+
# via sphinx
127+
sphinxcontrib-htmlhelp==2.0.0
128+
# via sphinx
129+
sphinxcontrib-jsmath==1.0.1
130+
# via sphinx
131+
sphinxcontrib-qthelp==1.0.3
132+
# via sphinx
133+
sphinxcontrib-serializinghtml==1.1.5
134+
# via sphinx
84135
toml==0.10.2
85136
# via
86137
# pep517
87138
# pre-commit
88-
typing-extensions==3.7.4.3
89-
# via importlib-metadata
139+
urllib3==1.26.7
140+
# via requests
90141
virtualenv==20.4.3
91142
# via pre-commit
92-
zipp==3.4.1
93-
# via
94-
# importlib-metadata
95-
# pep517
96143

97144
# The following packages are considered to be unsafe in a requirements file:
98145
# pip
146+
# setuptools

0 commit comments

Comments
 (0)