diff --git a/requirements.txt b/requirements.txt index 381a0ac..74ef268 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python-telegram-bot==13.14 ujson==5.4.0 pytz>=2022.4 -cachetools==5.2.0 +cachetools==4.2.2 SQLAlchemy==1.4.41 alembic==1.8.1 diff --git a/setup.py b/setup.py index a17c7dd..0333c36 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( install_requires=[ 'python-telegram-bot>=13.0', 'ujson>=5.2.0', - 'cachetools>=5', + 'cachetools>=4', 'pytz>=2022.4', 'SQLAlchemy>=1.4', 'alembic>=1.8'