use TTLCache for get_ticker_history

This commit is contained in:
gcarq
2017-11-11 15:29:31 +01:00
parent 3126dcfcea
commit 8f817a3634
5 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
SQLAlchemy==1.1.14
python-telegram-bot==8.1.1
arrow==0.10.0
cachetools==2.0.1
requests==2.18.4
urllib3==1.22
wrapt==1.10.11