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
1 changed files with 1 additions and 1 deletions

View File

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