Add humanize as dependency

This commit is contained in:
Matthias 2024-04-21 14:04:50 +02:00
parent c802d39f67
commit 4320c7a3cc
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ python-telegram-bot==21.1
# can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.24.1
arrow==1.3.0
humanize==4.9.0
cachetools==5.3.3
requests==2.31.0
urllib3==2.2.1

View File

@ -74,6 +74,7 @@ setup(
'SQLAlchemy>=2.0.6',
'python-telegram-bot>=20.1',
'arrow>=1.0.0',
'humanize>=4.0.0',
'cachetools',
'requests',
'httpx>=0.24.1',