This commit is contained in:
Nikolay Vasilchuk 2019-10-31 22:07:07 +03:00 committed by Paulus Schoutsen
parent 631a819bd1
commit abbf6595bb
2 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,8 @@
"name": "Telegram bot",
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",
"requirements": [
"python-telegram-bot==11.1.0"
"python-telegram-bot==11.1.0",
"PySocks==1.7.1"
],
"dependencies": ["http"],
"codeowners": []

View file

@ -68,6 +68,9 @@ PyQRCode==1.2.1
# homeassistant.components.rmvtransport
PyRMVtransport==0.2.9
# homeassistant.components.telegram_bot
PySocks==1.7.1
# homeassistant.components.switchbot
# PySwitchbot==0.6.2