update dnspython

pull/283/head
Fabian Affolter 2015-08-27 14:26:06 +02:00
parent 17bf27474a
commit e0db473294
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ from homeassistant.helpers import validate_config
from homeassistant.components.notify import (
DOMAIN, ATTR_TITLE, BaseNotificationService)
REQUIREMENTS = ['sleekxmpp>=1.3.1', 'dnspython>=1.11.1']
REQUIREMENTS = ['sleekxmpp>=1.3.1', 'dnspython3>=1.12.0']
def get_service(hass, config):