-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b2621d
commit ea023fb
Showing
7 changed files
with
283 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,92 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# | ||
# pip-compile docs/requirements.in | ||
# | ||
alabaster==0.7.12 | ||
# via sphinx | ||
babel==2.9.0 | ||
babel==2.9.1 | ||
# via sphinx | ||
boto3==1.17.33 | ||
# via -r requirements.in | ||
botocore==1.20.33 | ||
boto3==1.20.47 | ||
# via -r docs/requirements.in | ||
botocore==1.23.47 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
certifi==2020.12.5 | ||
certifi==2021.10.8 | ||
# via requests | ||
chardet==4.0.0 | ||
charset-normalizer==2.0.11 | ||
# via requests | ||
docutils==0.16 | ||
# via sphinx | ||
idna==2.10 | ||
docutils==0.17.1 | ||
# via | ||
# sphinx | ||
# sphinx-rtd-theme | ||
idna==3.3 | ||
# via requests | ||
imagesize==1.2.0 | ||
imagesize==1.3.0 | ||
# via sphinx | ||
jinja2==2.11.3 | ||
importlib-metadata==4.10.1 | ||
# via sphinx | ||
jinja2==3.0.3 | ||
# via sphinx | ||
jmespath==0.10.0 | ||
# via | ||
# boto3 | ||
# botocore | ||
markupsafe==1.1.1 | ||
markupsafe==2.0.1 | ||
# via jinja2 | ||
numpy==1.20.1 | ||
numpy==1.21.5 | ||
# via pandas | ||
packaging==20.9 | ||
packaging==21.3 | ||
# via sphinx | ||
pandas==1.2.3 | ||
# via -r requirements.in | ||
pygments==2.8.1 | ||
pandas==1.3.5 | ||
# via -r docs/requirements.in | ||
pygments==2.11.2 | ||
# via sphinx | ||
pyparsing==2.4.7 | ||
pyparsing==3.0.7 | ||
# via packaging | ||
python-dateutil==2.8.1 | ||
python-dateutil==2.8.2 | ||
# via | ||
# botocore | ||
# pandas | ||
pytz==2021.1 | ||
pytz==2021.3 | ||
# via | ||
# babel | ||
# pandas | ||
requests==2.25.1 | ||
requests==2.27.1 | ||
# via sphinx | ||
s3transfer==0.3.6 | ||
s3transfer==0.5.1 | ||
# via boto3 | ||
six==1.15.0 | ||
six==1.16.0 | ||
# via python-dateutil | ||
snowballstemmer==2.1.0 | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx-rtd-theme==0.5.1 | ||
# via -r requirements.in | ||
sphinx==3.5.3 | ||
sphinx==4.4.0 | ||
# via | ||
# -r requirements.in | ||
# -r docs/requirements.in | ||
# sphinx-rtd-theme | ||
sphinx-rtd-theme==1.0.0 | ||
# via -r docs/requirements.in | ||
sphinxcontrib-applehelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==1.0.3 | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.4 | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
# via sphinx | ||
typing-extensions==3.7.4.3 | ||
# via -r requirements.in | ||
urllib3==1.26.5 | ||
typing-extensions==4.0.1 | ||
# via | ||
# -r docs/requirements.in | ||
# importlib-metadata | ||
urllib3==1.26.8 | ||
# via | ||
# botocore | ||
# requests | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools | ||
zipp==3.7.0 | ||
# via importlib-metadata |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# | ||
# pip-compile setup.py | ||
# |
Oops, something went wrong.