mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-21 06:29:00 +01:00
* Bump API Version to v5.2 * InputInvoiceMessageContent & simplify *Markup.__eq__ on the fly * Updates to send_invoice * InlineQuery updatees and new parameter for InlineQueryhandler * VCScheduled - not integrated into Message yet * Bump requirements-dev.txt versions * Message.voice_chat_scheduled & new Filters.status_update.vcs * Some doc updates * Review * All praise harshil, the god of finding typos :) * Review * More warnings
17 lines
345 B
Text
17 lines
345 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==20.8b1
|
|
flake8==3.9.1
|
|
pylint==2.8.2
|
|
mypy==0.812
|
|
pyupgrade==2.13.0
|
|
|
|
pytest==6.2.3
|
|
|
|
flaky
|
|
beautifulsoup4
|
|
pytest-timeout
|
|
wheel
|