Remove telegram deprecation warning

closes #4688
This commit is contained in:
Matthias
2021-04-07 06:57:05 +02:00
parent ac6bff536f
commit d2680f6cb8
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ setup(name='freqtrade',
# from requirements.txt
'ccxt>=1.24.96',
'SQLAlchemy',
'python-telegram-bot',
'python-telegram-bot>=13.4',
'arrow>=0.17.0',
'cachetools',
'requests',