specify min-version for arrow

int_timestamp was introduced in this version
This commit is contained in:
Matthias 2020-10-16 08:13:31 +02:00
parent ecddaa663b
commit 685d18940a

View File

@ -69,7 +69,7 @@ setup(name='freqtrade',
'ccxt>=1.24.96', 'ccxt>=1.24.96',
'SQLAlchemy', 'SQLAlchemy',
'python-telegram-bot', 'python-telegram-bot',
'arrow', 'arrow>=0.17.0',
'cachetools', 'cachetools',
'requests', 'requests',
'urllib3', 'urllib3',