Fix pickling-error

This commit is contained in:
Matthias
2018-11-14 20:25:43 +01:00
parent 7b62e71f23
commit 4f800bfbc8
3 changed files with 4 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ setup(name='freqtrade',
'wrapt',
'pandas',
'scikit-learn',
'joblib'
'scipy',
'jsonschema',
'TA-Lib',