mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
42eaa67fd5
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>
8 lines
246 B
Text
8 lines
246 B
Text
# Make sure to install those as additional_dependencies in the
|
|
# pre-commit hooks for pylint & mypy
|
|
httpx ~= 0.22.0
|
|
# only telegram.ext: # Keep this line here; used in setup(-raw).py
|
|
tornado>=6.1
|
|
APScheduler==3.8.1
|
|
pytz>=2018.6
|
|
cachetools==4.2.2
|