python-telegram-bot/requirements-dev.txt

17 lines
330 B
Text
Raw Normal View History

# 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
# Make sure that the versions specified here match the pre-commit settings!
black==20.8b1
2021-06-06 11:48:48 +02:00
flake8==3.9.2
pylint==2.8.3
mypy==0.812
2021-06-06 11:48:48 +02:00
pyupgrade==2.19.1
2021-06-06 11:48:48 +02:00
pytest==6.2.4
flaky
beautifulsoup4
wheel