from freqtrade/develop

This commit is contained in:
Nullart
2018-07-09 08:19:28 +08:00
parent 70f2aed0a7
commit e5cd756cca
119 changed files with 15166 additions and 6207 deletions

35
requirements.txt Normal file → Executable file
View File

@@ -1,26 +1,25 @@
python-bittrex==0.2.2
SQLAlchemy==1.2.0
python-telegram-bot==9.0.0
arrow==0.12.0
cachetools==2.0.1
requests==2.18.4
ccxt==1.15.27
SQLAlchemy==1.2.9
python-telegram-bot==10.1.0
arrow==0.12.1
cachetools==2.1.0
requests==2.19.1
urllib3==1.22
wrapt==1.10.11
pandas==0.22.0
pandas==0.23.3
scikit-learn==0.19.1
scipy==1.0.0
scipy==1.1.0
jsonschema==2.6.0
numpy==1.14.0
TA-Lib==0.4.15
pytest==3.3.2
pytest-mock==1.6.3
numpy==1.14.5
TA-Lib==0.4.17
pytest==3.6.3
pytest-mock==1.10.0
pytest-cov==2.5.1
hyperopt==0.1
# do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325
networkx==1.11
tabulate==0.8.2
pymarketcap==3.3.147
coinmarketcap==5.0.3
# Required for hyperopt
scikit-optimize==0.5.2
# Required for plotting data
#matplotlib==2.1.0
#PYQT5==5.9
#plotly==2.7.0