install numpy before ta-lib to fix build errors

This commit is contained in:
Matthias
2018-07-29 14:01:50 +02:00
parent 42024134ec
commit ebfcc0fc13
3 changed files with 13 additions and 6 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',