Merge branch 'develop_current' into backslap_develop

This commit is contained in:
Gert
2018-07-31 17:07:30 -07:00
19 changed files with 204 additions and 607 deletions

View File

@@ -18,7 +18,7 @@ setup(name='freqtrade',
license='GPLv3',
packages=['freqtrade'],
scripts=['bin/freqtrade'],
setup_requires=['pytest-runner'],
setup_requires=['pytest-runner', 'numpy'],
tests_require=['pytest', 'pytest-mock', 'pytest-cov'],
install_requires=[
'ccxt',