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
34 changes: 16 additions & 18 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ alabaster==0.7.12
# via sphinx
astroid==2.9.0
# via pylint
atomicwrites==1.4.0
# via pytest
attrs==21.2.0
# via
# -c requirements.txt
# pytest
babel==2.9.1
# via sphinx
backports.entry-points-selectable==1.1.0
backports-entry-points-selectable==1.1.0
# via virtualenv
black==21.11b1
black==23.1.0
# via -r dev-requirements.in
bleach==4.1.0
# via readme-renderer
Expand All @@ -32,6 +30,8 @@ certifi==2021.10.8
# via
# -c requirements.txt
# requests
cffi==1.15.1
# via cryptography
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.7
Expand All @@ -49,16 +49,13 @@ codacy-coverage==1.3.11
colorama==0.4.4
# via
# -c requirements.txt
# click
# pylint
# pytest
# sphinx
# tqdm
# twine
coverage[toml]==6.0.2
# via
# -r dev-requirements.in
# pytest-cov
cryptography==39.0.0
# via secretstorage
distlib==0.3.3
# via virtualenv
docutils==0.17.1
Expand Down Expand Up @@ -92,6 +89,10 @@ isort==5.10.1
# via
# -r dev-requirements.in
# pylint
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.0.3
# via
# -c requirements.txt
Expand Down Expand Up @@ -120,8 +121,9 @@ mypy-extensions==0.4.3
# mypy
nodeenv==1.6.0
# via pre-commit
packaging==21.0
packaging==23.0
# via
# black
# bleach
# pytest
# sphinx
Expand All @@ -146,17 +148,15 @@ py==1.10.0
# via
# pytest
# pytest-forked
pycparser==2.21
# via cffi
pygments==2.10.0
# via
# -c requirements.txt
# readme-renderer
# sphinx
pylint==2.12.1
# via -r dev-requirements.in
pyparsing==3.0.6
# via
# -c requirements.txt
# packaging
pytest==6.2.5
# via
# -r dev-requirements.in
Expand Down Expand Up @@ -186,8 +186,6 @@ pyyaml==6.0
# vcrpy
readme-renderer==30.0
# via twine
regex==2021.10.8
# via black
requests==2.26.0
# via
# -c requirements.txt
Expand All @@ -201,6 +199,8 @@ rfc3986==1.5.0
# via twine
s3transfer==0.5.0
# via boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -c requirements.txt
Expand Down Expand Up @@ -236,7 +236,6 @@ toml==0.10.2
# pytest
tomli==1.2.1
# via
# black
# coverage
# pep517
tqdm==4.62.3
Expand All @@ -245,7 +244,6 @@ twine==3.6.0
# via -r dev-requirements.in
typing-extensions==3.10.0.2
# via
# black
# mypy
# sqlalchemy-stubs
urllib3==1.26.7
Expand Down