Add missing semicolon

This commit is contained in:
Matthias
2018-11-15 19:53:16 +01:00
parent dcf9930858
commit e69f943911
2 changed files with 1 additions and 2 deletions

View File

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