2021-03-13 16:21:03 +01:00
|
|
|
# Make sure to install those as additional_dependencies in the
|
|
|
|
# pre-commit hooks for pylint & mypy
|
2022-05-03 17:22:30 +02:00
|
|
|
# Also update the readme accordingly
|
|
|
|
|
|
|
|
# When dependencies release new versions and tests succeed, we should try to expand the allowed
|
|
|
|
# versions and only increase the lower bound if necessary
|
|
|
|
|
|
|
|
# httpx has no stable release yet, so let's be cautious for now
|
2022-06-02 10:10:08 +02:00
|
|
|
httpx ~= 0.23.0
|
2021-01-30 14:15:39 +01:00
|
|
|
# only telegram.ext: # Keep this line here; used in setup(-raw).py
|
2022-05-03 17:22:30 +02:00
|
|
|
|
|
|
|
# tornado is rather stable, but let's not allow the next mayor release without prior testing
|
2022-07-12 20:16:22 +02:00
|
|
|
tornado~=6.2
|
2022-05-03 17:22:30 +02:00
|
|
|
|
|
|
|
# Cachetools and APS don't have a strict stability policy.
|
|
|
|
# Let's be cautious for now.
|
2022-06-09 17:06:49 +02:00
|
|
|
cachetools~=5.2.0
|
2022-05-03 17:22:30 +02:00
|
|
|
APScheduler~=3.9.1
|
|
|
|
|
|
|
|
# pytz is required by APS and just needs the lower bound due to #2120
|
2020-10-09 09:15:34 +02:00
|
|
|
pytz>=2018.6
|