fixed most tests and moved AWS related stuff out

This commit is contained in:
Gert Wohlgemuth
2018-06-13 15:09:06 -07:00
86 changed files with 2154 additions and 2785 deletions

View File

@@ -1,5 +1,5 @@
ccxt==1.14.24
SQLAlchemy==1.2.7
ccxt==1.14.177
SQLAlchemy==1.2.8
python-telegram-bot==10.1.0
arrow==0.12.1
cachetools==2.1.0
@@ -10,9 +10,9 @@ pandas==0.23.0
scikit-learn==0.19.1
scipy==1.1.0
jsonschema==2.6.0
numpy==1.14.3
numpy==1.14.4
TA-Lib==0.4.17
pytest==3.5.1
pytest==3.6.1
pytest-mock==1.10.0
pytest-cov==2.5.1
hyperopt==0.1
@@ -24,7 +24,3 @@ coinmarketcap==5.0.3
simplejson==3.15.0
# Required for plotting data
#plotly==2.3.0
# required for the lambda module
moto
boto3