From 03835350c047fc3c134db2fb4259d4857ed7a7a7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 21 Apr 2024 15:52:02 +0200 Subject: [PATCH] Remove arrow as dependency it seems to be no longer maintained --- requirements.txt | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e17d97417..4fe1f497a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index f52e52418..504d3b2b7 100644 --- a/setup.py +++ b/setup.py @@ -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',