Implement ticker caching

This commit is contained in:
Matthias
2019-11-09 19:45:09 +01:00
parent 4b15873ee1
commit 085aa3084e
4 changed files with 11 additions and 2 deletions

View File

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