upgrade to latest telegram lib

This commit is contained in:
Janne Sinivirta 2017-10-21 11:07:29 +03:00
parent aeef9bac33
commit 35838f5e64
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
-e git+https://github.com/ericsomdahl/python-bittrex.git@d7033d0#egg=python-bittrex
SQLAlchemy==1.1.14
python-telegram-bot==8.0
python-telegram-bot==8.1.1
arrow==0.10.0
requests==2.18.4
urllib3==1.22

View File

@ -17,7 +17,7 @@ setup(name='freqtrade',
install_requires=[
'python-bittrex==0.1.3',
'SQLAlchemy==1.1.13',
'python-telegram-bot==8.0',
'python-telegram-bot==8.1.1',
'arrow==0.10.0',
'requests==2.18.4',
'urllib3==1.22',