mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
8 lines
238 B
Text
8 lines
238 B
Text
# Make sure to install those as additional_dependencies in the
|
|
# pre-commit hooks for pylint & mypy
|
|
certifi
|
|
# only telegram.ext: # Keep this line here; used in setup(-raw).py
|
|
tornado>=6.1
|
|
APScheduler==3.6.3
|
|
pytz>=2018.6
|
|
cachetools==4.2.2
|