Update nmap dependency

pull/368/head
Paulus Schoutsen 2015-09-13 23:35:12 -07:00
parent 2df26a0d1a
commit 7e75add144
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,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-nmap==0.4.1']
REQUIREMENTS = ['python-nmap==0.4.3']
def get_scanner(hass, config):

View File

@ -25,7 +25,7 @@ pyuserinput==0.1.9
tellcore-py==1.0.4
# Nmap bindings (device_tracker.nmap)
python-nmap==0.4.1
python-nmap==0.4.3
# PushBullet bindings (notify.pushbullet)
pushbullet.py==0.7.1