Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ codacy-coverage>=1.2.18
coverage~=6.0, <=6.2 # After 6.2 requires python 3.7+
gitpython~=3.1.18, <3.1.24 # Starting with 3.1.24, python 3.7 is required
isort>=5.5.1
pip-tools~=6.4.0
pip-tools~=6.10.0
pre-commit>=2.9.0
pylint>=2.6.0 # pylint < 2.6 doesn't work with isort5
pytest-cov~=3.0.0
Expand Down
30 changes: 18 additions & 12 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ alabaster==0.7.12
# via sphinx
astroid==2.11.2
# via pylint
atomicwrites==1.4.0
# via pytest
attrs==21.4.0
# via
# -c requirements.txt
Expand All @@ -26,10 +24,14 @@ botocore==1.24.28
# via
# boto3
# s3transfer
build==0.9.0
# via pip-tools
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.12
Expand All @@ -47,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.2
# via
# -r dev-requirements.in
# pytest-cov
cryptography==38.0.3
# via secretstorage
dill==0.3.4
# via pylint
distlib==0.3.4
Expand Down Expand Up @@ -92,6 +91,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 @@ -123,13 +126,14 @@ nodeenv==1.6.0
packaging==21.3
# via
# bleach
# build
# pytest
# sphinx
pathspec==0.9.0
# via black
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
# via build
pip-tools==6.10.0
# via -r dev-requirements.in
pkginfo==1.8.2
# via twine
Expand All @@ -146,14 +150,16 @@ py==1.11.0
# via
# pytest
# pytest-forked
pycparser==2.21
# via cffi
pygments==2.11.2
# via
# -c requirements.txt
# readme-renderer
# sphinx
pylint==2.13.2
# via -r dev-requirements.in
pyparsing==3.0.7
pyparsing==2.4.7
# via
# -c requirements.txt
# packaging
Expand Down Expand Up @@ -199,6 +205,8 @@ rfc3986==1.5.0
# via twine
s3transfer==0.5.2
# via boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -c requirements.txt
Expand Down Expand Up @@ -232,11 +240,9 @@ toml==0.10.2
# pytest
tomli==1.2.3
# via
# black
# coverage
# mypy
# pep517
# pylint
tqdm==4.63.1
# via twine
twine==3.6.0
Expand Down