python-telegram-bot/requirements-dev.txt
Bibo-Joshi 42eaa67fd5 Switch to asyncio (#2731)
Co-authored-by: tsnoam <tsnoam@gmail.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
Co-authored-by: Poolitzer <25934244+Poolitzer@users.noreply.github.com>
2022-05-06 18:19:15 +02:00

19 lines
401 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==21.9b0
# hardpinned dependency for black
click==8.0.2
flake8==4.0.1
pylint==2.12.1
mypy==0.910
pyupgrade==2.29.0
pytest==6.2.5
pytest-asyncio==0.16.0
flaky
beautifulsoup4
wheel