upgrade python-bittrex to 0.2.1

This commit is contained in:
gcarq 2017-11-23 20:53:13 +01:00
parent be6939ee8a
commit 82913cd3f4
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
-e git+https://github.com/ericsomdahl/python-bittrex.git@0.2.0#egg=python-bittrex python-bittrex==0.2.1
SQLAlchemy==1.1.14 SQLAlchemy==1.1.14
python-telegram-bot==8.1.1 python-telegram-bot==8.1.1
arrow==0.10.0 arrow==0.10.0

View File

@ -36,9 +36,6 @@ setup(name='freqtrade',
'tabulate', 'tabulate',
'cachetools', 'cachetools',
], ],
dependency_links=[
"git+https://github.com/ericsomdahl/python-bittrex.git@0.2.0#egg=python-bittrex"
],
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
classifiers=[ classifiers=[