edits to clarify backtesting analysis

This commit is contained in:
Jonathan Raviotta
2019-08-08 22:09:15 -04:00
parent 2bc67b4a96
commit ccf3c69874
3 changed files with 176 additions and 101 deletions

View File

@@ -25,7 +25,15 @@ develop = [
'pytest-random-order',
]
all_extra = api + plot + develop
jupyter = [
'jupyter',
'nbstripout',
'ipykernel',
'isort',
'yapf',
]
all_extra = api + plot + develop + jupyter
setup(name='freqtrade',
version=__version__,
@@ -68,7 +76,7 @@ setup(name='freqtrade',
'dev': all_extra,
'plot': plot,
'all': all_extra,
'jupyter': [],
'jupyter': jupyter,
},
include_package_data=True,