Skip to content

Commit e7bf712

Browse files
author
FelixAbrahamsson
committed
chore: update lock file and docs dependencies
1 parent 5f4cd36 commit e7bf712

File tree

2 files changed

+9
-37
lines changed

2 files changed

+9
-37
lines changed

docs/source/requirements.txt

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,8 @@
1-
alabaster==0.7.12
2-
Babel==2.8.0
3-
certifi==2020.6.20
4-
chardet==3.0.4
5-
commonmark==0.9.1
6-
docutils==0.16
7-
flake8==3.8.3
8-
idna==2.10
9-
imagesize==1.2.0
10-
Jinja2==2.11.2
11-
MarkupSafe==1.1.1
12-
mccabe==0.6.1
13-
numpy==1.19.2
14-
packaging==20.4
15-
pandas==1.3.2
16-
Pillow==7.2.0
17-
pycodestyle==2.6.0
18-
pydantic==1.6.1
19-
pyflakes==2.2.0
20-
Pygments==2.7.1
21-
pyparsing==2.4.7
22-
pytz==2020.1
23-
recommonmark==0.6.0
24-
requests==2.24.0
25-
six==1.15.0
26-
snowballstemmer==2.0.0
27-
Sphinx==3.2.1
28-
sphinx-rtd-theme==0.5.0
29-
sphinxcontrib-applehelp==1.0.2
30-
sphinxcontrib-devhelp==1.0.2
31-
sphinxcontrib-htmlhelp==1.0.3
32-
sphinxcontrib-jsmath==1.0.1
33-
sphinxcontrib-qthelp==1.0.3
34-
sphinxcontrib-serializinghtml==1.1.4
35-
tqdm==4.54.1
36-
urllib3==1.25.10
1+
numpy==1.21.2; python_version >= "3.7" and python_version < "3.11"
2+
pandas==1.3.2; python_full_version >= "3.7.1"
3+
pydantic==1.8.2; python_full_version >= "3.6.1"
4+
python-dateutil==2.8.2; python_full_version >= "3.7.1"
5+
pytz==2021.1; python_full_version >= "3.7.1"
6+
six==1.16.0; python_full_version >= "3.7.1"
7+
sweref99==0.2; python_version >= "3.6"
8+
typing-extensions==3.10.0.2; python_full_version >= "3.6.1"

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)