mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 04:03:55 +00:00
upgrade to latest telegram lib
This commit is contained in:
parent
aeef9bac33
commit
35838f5e64
|
@ -1,6 +1,6 @@
|
||||||
-e git+https://github.com/ericsomdahl/python-bittrex.git@d7033d0#egg=python-bittrex
|
-e git+https://github.com/ericsomdahl/python-bittrex.git@d7033d0#egg=python-bittrex
|
||||||
SQLAlchemy==1.1.14
|
SQLAlchemy==1.1.14
|
||||||
python-telegram-bot==8.0
|
python-telegram-bot==8.1.1
|
||||||
arrow==0.10.0
|
arrow==0.10.0
|
||||||
requests==2.18.4
|
requests==2.18.4
|
||||||
urllib3==1.22
|
urllib3==1.22
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ setup(name='freqtrade',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'python-bittrex==0.1.3',
|
'python-bittrex==0.1.3',
|
||||||
'SQLAlchemy==1.1.13',
|
'SQLAlchemy==1.1.13',
|
||||||
'python-telegram-bot==8.0',
|
'python-telegram-bot==8.1.1',
|
||||||
'arrow==0.10.0',
|
'arrow==0.10.0',
|
||||||
'requests==2.18.4',
|
'requests==2.18.4',
|
||||||
'urllib3==1.22',
|
'urllib3==1.22',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user