diff --git a/setup.py b/setup.py index b59e98ae8..f8b8b515c 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( 'ccxt>=3.0.0', 'SQLAlchemy>=2.0.6', 'python-telegram-bot>=20.1', - 'arrow>=0.17.0', + 'arrow>=1.0.0', 'cachetools', 'requests', 'urllib3',