Browse Source

Update dependencies

feature/build-titles-from-stats
Vladislav Glinsky 4 years ago
parent
commit
da616498df
  1. 6
      requirements.txt
  2. 6
      setup.py

6
requirements.txt

@ -1,6 +1,6 @@
python-telegram-bot==13.4.1
ujson==4.0.2
pytz>=2021.1
cachetools==4.2.1
ujson==5.1.0
pytz>=2021.3
cachetools==5.0.0
SQLAlchemy==1.4.11
alembic==1.5.8

6
setup.py

@ -9,9 +9,9 @@ setup(
python_requires='>=3.8',
install_requires=[
'python-telegram-bot>=13.0',
'ujson>=3.0.0',
'cachetools>=4',
'pytz>=2020.4',
'ujson>=5.0.0',
'cachetools>=5',
'pytz>=2021.3',
'SQLAlchemy>=1.3',
'alembic>=1.4'
],

Loading…
Cancel
Save