Merge branch 'develop' of https://github.com/freqtrade/freqtrade into feature/flask-rest

This commit is contained in:
gcarq
2018-06-24 23:39:04 +02:00
26 changed files with 928 additions and 259 deletions

View File

@@ -1,4 +1,4 @@
ccxt==1.14.253
ccxt==1.14.257
SQLAlchemy==1.2.8
python-telegram-bot==10.1.0
arrow==0.12.1
@@ -22,7 +22,7 @@ tabulate==0.8.2
coinmarketcap==5.0.3
# Required for plotting data
#plotly==2.3.0
#plotly==2.7.0
#Added for local rest client
Flask==1.0.2