Remove arrow as dependency

it seems to be no longer maintained
This commit is contained in:
Matthias 2024-04-21 15:52:02 +02:00
parent 54c2febe1c
commit 03835350c0
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ SQLAlchemy==2.0.29
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

View File

@ -73,7 +73,6 @@ setup(
'ccxt>=4.2.47',
'SQLAlchemy>=2.0.6',
'python-telegram-bot>=20.1',
'arrow>=1.0.0',
'humanize>=4.0.0',
'cachetools',
'requests',