2021-02-13 22:07:37 +01:00
|
|
|
# cryptography is an optional dependency, but running the tests properly requires it
|
|
|
|
cryptography!=3.4,!=3.4.1,!=3.4.2,!=3.4.3
|
|
|
|
|
2016-05-15 02:59:08 +02:00
|
|
|
pre-commit
|
2021-03-13 16:21:03 +01:00
|
|
|
# Make sure that the versions specified here match the pre-commit settings!
|
2022-05-05 09:27:54 +02:00
|
|
|
black==22.3.0
|
2021-10-30 11:00:12 +02:00
|
|
|
flake8==4.0.1
|
2022-05-05 09:27:54 +02:00
|
|
|
pylint==2.13.8
|
|
|
|
mypy==0.950
|
|
|
|
pyupgrade==2.32.0
|
|
|
|
isort==5.10.1
|
2020-10-31 16:33:34 +01:00
|
|
|
|
2022-05-05 09:27:54 +02:00
|
|
|
pytest==7.1.2
|
|
|
|
pytest-asyncio==0.18.3
|
2020-10-31 16:33:34 +01:00
|
|
|
|
2022-05-05 09:27:54 +02:00
|
|
|
flaky # Used for flaky tests (flaky decorator)
|
|
|
|
beautifulsoup4 # used in test_official for parsing tg docs
|
|
|
|
wheel # required for building the wheels for releases
|