Make module optional,

hashed out by default in requirements.txt
optimise tests for module to decide how to load tickers.
This commit is contained in:
creslinux
2018-07-12 13:05:09 +00:00
parent 87f7d9972f
commit 801b77cf8c
2 changed files with 13 additions and 3 deletions

View File

@@ -17,7 +17,10 @@ pytest-mock==1.10.0
pytest-cov==2.5.1
tabulate==0.8.2
coinmarketcap==5.0.3
ujson==1.35
# Optional, speeds up ticker load
# Requires visual studio in windows.
#ujson==1.35
# Required for hyperopt
scikit-optimize==0.5.2