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