remove cachetools dependency

This commit is contained in:
Matthias 2019-11-09 13:59:35 +01:00
parent c3b4a4dde1
commit 37985310d5
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ ccxt==1.18.1346
SQLAlchemy==1.3.10
python-telegram-bot==12.2.0
arrow==0.15.2
cachetools==3.1.1
requests==2.22.0
urllib3==1.25.6
wrapt==1.11.2

View File

@ -66,7 +66,6 @@ setup(name='freqtrade',
'SQLAlchemy',
'python-telegram-bot',
'arrow',
'cachetools',
'requests',
'urllib3',
'wrapt',