From 0e9685e55f7acc7525ffc3f39a32ed9b460895cd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 7 May 2015 22:27:03 +0200 Subject: [PATCH] add requirements for xmpp notifications --- requirements.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3afa9c39a22..b270cdc53e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,11 +41,16 @@ PyISY>=1.0.2 # sensor.systemmonitor psutil>=2.2.1 -#pushover notifications +# pushover notifications python-pushover>=0.2 # Transmission Torrent Client transmissionrpc>=0.11 # OpenWeatherMap Web API -pyowm>=2.2.0 \ No newline at end of file +pyowm>=2.2.0 + +# XMPP Bindings (notify.xmpp) +sleekxmpp>=1.3.1 +pyasn1>=0.1.7 +pyasn1_modules>=0.0.5