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

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