Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 132 additions & 50 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,138 @@
#
# pip-compile
#
appdirs==1.4.4 # via black, virtualenv
attrs==19.3.0 # via black, pytest
black==19.10b0 # via -r requirements.in
bleach==3.1.5 # via readme-renderer
certifi==2020.6.20 # via requests
cfgv==3.1.0 # via pre-commit
chardet==3.0.4 # via requests
click==7.1.2 # via black
colorama==0.4.3 # via twine
cycler==0.10.0 # via matplotlib
distlib==0.3.1 # via virtualenv
docutils==0.16 # via readme-renderer
filelock==3.0.12 # via virtualenv
identify==1.4.23 # via pre-commit
idna==2.10 # via requests
isort==5.0.9 # via -r requirements.in
keyring==21.2.1 # via twine
kiwisolver==1.2.0 # via matplotlib
matplotlib==3.2.2 # via -r requirements.in
more-itertools==8.4.0 # via pytest
mypy-extensions==0.4.3 # via mypy
mypy==0.782 # via -r requirements.in
nodeenv==1.4.0 # via pre-commit
numpy==1.19.0 # via matplotlib
packaging==20.4 # via bleach, pytest
pathspec==0.8.0 # via black
pkginfo==1.5.0.1 # via twine
pluggy==0.13.1 # via pytest
pre-commit==2.6.0 # via -r requirements.in
py==1.9.0 # via pytest
pygments==2.6.1 # via readme-renderer
pyparsing==2.4.7 # via matplotlib, packaging
pytest==5.4.3 # via -r requirements.in
python-dateutil==2.8.1 # via matplotlib
pyyaml==5.3.1 # via pre-commit
readme-renderer==26.0 # via twine
regex==2020.6.8 # via black
requests-toolbelt==0.9.1 # via twine
requests==2.24.0 # via requests-toolbelt, twine
rfc3986==1.4.0 # via twine
six==1.15.0 # via bleach, cycler, packaging, python-dateutil, readme-renderer, virtualenv
toml==0.10.1 # via black, pre-commit
tqdm==4.47.0 # via twine
twine==3.2.0 # via -r requirements.in
typed-ast==1.4.1 # via black, mypy
typing-extensions==3.7.4.2 # via mypy
urllib3==1.25.9 # via requests
virtualenv==20.0.26 # via pre-commit
wcwidth==0.2.5 # via pytest
webencodings==0.5.1 # via bleach
appdirs==1.4.4
# via
# black
# virtualenv
attrs==19.3.0
# via
# black
# pytest
black==19.10b0
# via -r requirements.in
bleach==3.1.5
# via readme-renderer
certifi==2020.6.20
# via requests
cffi==1.14.5
# via cryptography
cfgv==3.1.0
# via pre-commit
chardet==3.0.4
# via requests
click==7.1.2
# via black
colorama==0.4.3
# via twine
cryptography==3.4.7
# via secretstorage
cycler==0.10.0
# via matplotlib
distlib==0.3.1
# via virtualenv
docutils==0.16
# via readme-renderer
filelock==3.0.12
# via virtualenv
identify==1.4.23
# via pre-commit
idna==2.10
# via requests
isort==5.0.9
# via -r requirements.in
jeepney==0.6.0
# via
# keyring
# secretstorage
keyring==21.2.1
# via twine
kiwisolver==1.2.0
# via matplotlib
matplotlib==3.2.2
# via -r requirements.in
more-itertools==8.4.0
# via pytest
mypy-extensions==0.4.3
# via mypy
mypy==0.782
# via -r requirements.in
nodeenv==1.4.0
# via pre-commit
numpy==1.19.0
# via matplotlib
packaging==20.4
# via
# bleach
# pytest
pathspec==0.8.0
# via black
pkginfo==1.5.0.1
# via twine
pluggy==0.13.1
# via pytest
pre-commit==2.6.0
# via -r requirements.in
py==1.9.0
# via pytest
pycparser==2.20
# via cffi
pygments==2.7.4
# via readme-renderer
pyparsing==2.4.7
# via
# matplotlib
# packaging
pytest==5.4.3
# via -r requirements.in
python-dateutil==2.8.1
# via matplotlib
pyyaml==5.3.1
# via pre-commit
readme-renderer==26.0
# via twine
regex==2020.6.8
# via black
requests-toolbelt==0.9.1
# via twine
requests==2.24.0
# via
# requests-toolbelt
# twine
rfc3986==1.4.0
# via twine
secretstorage==3.3.1
# via keyring
six==1.15.0
# via
# bleach
# cycler
# packaging
# python-dateutil
# readme-renderer
# virtualenv
toml==0.10.1
# via
# black
# pre-commit
tqdm==4.47.0
# via twine
twine==3.2.0
# via -r requirements.in
typed-ast==1.4.1
# via
# black
# mypy
typing-extensions==3.7.4.2
# via mypy
urllib3==1.25.9
# via requests
virtualenv==20.0.26
# via pre-commit
wcwidth==0.2.5
# via pytest
webencodings==0.5.1
# via bleach

# The following packages are considered to be unsafe in a requirements file:
# setuptools