mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-06 18:50:54 +01:00
16 lines
329 B
Text
16 lines
329 B
Text
# cryptography is an optional dependency, but running the tests properly requires it
|
|
cryptography!=3.4,!=3.4.1,!=3.4.2,!=3.4.3
|
|
|
|
pre-commit
|
|
# Make sure that the versions specified here match the pre-commit settings!
|
|
black==22.3.0
|
|
flake8==3.9.2
|
|
pylint==2.8.3
|
|
mypy==0.812
|
|
pyupgrade==3.2.2
|
|
|
|
pytest==6.2.4
|
|
|
|
flaky
|
|
beautifulsoup4
|
|
wheel
|