From 6582067f66baafb2b96ee8f49d9bcaf2c1d7ec0d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 27 Aug 2015 14:15:57 +0200 Subject: [PATCH] add dnspython to enable xmpp to do srv lookups --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 351c2c07ae47a..a28088c94b867 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,6 +52,7 @@ pyowm>=2.2.1 # XMPP Bindings (notify.xmpp) sleekxmpp>=1.3.1 +dnspython>=1.11.1 # Blockchain (sensor.bitcoin) blockchain>=1.1.2