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
89 changes: 6 additions & 83 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,83 +1,6 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --allow-unsafe requirements/lint.in
#
appdirs==1.4.4
# via
# black
# virtualenv
attrs==20.3.0
# via
# flake8-pyi
# pytest
black==21.6b0 ; implementation_name == "cpython"
# via -r requirements/lint.in
cfgv==3.2.0
# via pre-commit
click==7.1.2
# via black
distlib==0.3.1
# via virtualenv
filelock==3.0.12
# via virtualenv
flake8-pyi==20.10.0
# via -r requirements/lint.in
flake8==3.9.2
# via
# -r requirements/lint.in
# flake8-pyi
identify==1.5.14
# via pre-commit
iniconfig==1.1.1
# via pytest
isort==5.9.1
# via -r requirements/lint.in
mccabe==0.6.1
# via flake8
mypy-extensions==0.4.3
# via
# black
# mypy
mypy==0.790 ; implementation_name == "cpython"
# via -r requirements/lint.in
nodeenv==1.5.0
# via pre-commit
packaging==20.9
# via pytest
pathspec==0.8.1
# via black
pluggy==0.13.1
# via pytest
pre-commit==2.13.0
# via -r requirements/lint.in
py==1.10.0
# via pytest
pycodestyle==2.7.0
# via flake8
pyflakes==2.3.0
# via
# flake8
# flake8-pyi
pyparsing==2.4.7
# via packaging
pytest==6.2.2
# via -r requirements/lint.in
pyyaml==5.4.1
# via pre-commit
regex==2020.11.13
# via black
six==1.15.0
# via virtualenv
toml==0.10.2
# via
# black
# pre-commit
# pytest
typed-ast==1.4.2
# via mypy
typing-extensions==3.7.4.3
# via mypy
virtualenv==20.4.2
# via pre-commit
-r typing-extensions.txt
aioredis==2.0.1
mypy==0.971; implementation_name=="cpython"
pre-commit==2.17.0
pytest==7.1.2
slotscheck==0.8.0
16 changes: 9 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@

-r base.txt
Brotli==1.0.9
coverage==5.5
cryptography==3.3.1; platform_machine!="i686" and python_version<"3.9" # no 32-bit wheels; no python 3.9 wheels yet
coverage==6.4.2
cryptography==36.0.1; platform_machine!="i686" # no 32-bit wheels; no python 3.9 wheels yet
freezegun==1.1.0
mypy==0.790; implementation_name=="cpython"
mypy==0.971; implementation_name=="cpython"
mypy-extensions==0.4.3; implementation_name=="cpython"
pytest==6.2.2
pytest-cov==2.12.1
proxy.py ~= 2.4.0rc6
pytest==7.1.2
pytest-cov==3.0.0
pytest-mock==3.6.1
python-on-whales==0.36.1
re-assert==1.1.0
setuptools-git==1.2
trustme==0.8.0; platform_machine!="i686" # no 32-bit wheels
trustme==0.9.0; platform_machine!="i686" # no 32-bit wheels
wait-for-it==2.2.1