From abbf6595bb6a7d34e2bf50e6e6cb369a2901a9f8 Mon Sep 17 00:00:00 2001 From: Nikolay Vasilchuk Date: Thu, 31 Oct 2019 22:07:07 +0300 Subject: [PATCH] Fix (#28369) --- homeassistant/components/telegram_bot/manifest.json | 3 ++- requirements_all.txt | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/telegram_bot/manifest.json b/homeassistant/components/telegram_bot/manifest.json index afc83879cb0..7fb648e5cb5 100644 --- a/homeassistant/components/telegram_bot/manifest.json +++ b/homeassistant/components/telegram_bot/manifest.json @@ -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": [] diff --git a/requirements_all.txt b/requirements_all.txt index daee288d06c..135376d5eee 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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