Upgrade dnspython3 to 1.15.0 (#3804)

This commit is contained in:
Fabian Affolter 2016-10-11 08:24:10 +02:00 committed by Paulus Schoutsen
parent 63580f9e03
commit 002660fd9e
2 changed files with 3 additions and 5 deletions

View File

@ -14,10 +14,11 @@ from homeassistant.components.notify import (
from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT
REQUIREMENTS = ['sleekxmpp==1.3.1',
'dnspython3==1.14.0',
'dnspython3==1.15.0',
'pyasn1==0.1.9',
'pyasn1-modules==0.0.8']
_LOGGER = logging.getLogger(__name__)
CONF_TLS = 'tls'
@ -29,9 +30,6 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
})
_LOGGER = logging.getLogger(__name__)
def get_service(hass, config):
"""Get the Jabber (XMPP) notification service."""
return XmppNotificationService(

View File

@ -70,7 +70,7 @@ colorlog>2.1,<3
directpy==0.1
# homeassistant.components.notify.xmpp
dnspython3==1.14.0
dnspython3==1.15.0
# homeassistant.components.dweet
# homeassistant.components.sensor.dweet