Upgrade nmap dependency

pull/271/head
Paulus Schoutsen 2015-08-18 14:37:41 -07:00
parent 199a80dcfb
commit 74308b2677
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ _LOGGER = logging.getLogger(__name__)
# interval in minutes to exclude devices from a scan while they are home
CONF_HOME_INTERVAL = "home_interval"
REQUIREMENTS = ['python-libnmap>=0.6.2']
REQUIREMENTS = ['python-libnmap>=0.6.3']
def get_scanner(hass, config):

View File

@ -24,7 +24,7 @@ pyuserinput>=0.1.9
tellcore-py>=1.0.4
# Nmap bindings (device_tracker.nmap)
python-libnmap>=0.6.2
python-libnmap>=0.6.3
# PushBullet bindings (notify.pushbullet)
pushbullet.py>=0.7.1