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

@ -19,7 +19,6 @@ and still take a long time.
## Prepare Hyperopting
## Prepare Hyperopt
Before we start digging in Hyperopt, we recommend you to take a look at
an example hyperopt file located into [user_data/hyperopts/](https://github.com/gcarq/freqtrade/blob/develop/user_data/hyperopts/test_hyperopt.py)

View File

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