Revert "Upgrade pysnmp to 4.3.2"

This reverts commit 38e6f8fdab39e705c64dc5cbf77c001568e4685d.
This commit is contained in:
Fabian Affolter 2016-03-24 16:23:57 +01:00
parent 369d234bda
commit fef682b192
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ from homeassistant.util import Throttle
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['pysnmp==4.3.2']
REQUIREMENTS = ['pysnmp==4.2.5']
CONF_COMMUNITY = "community"
CONF_BASEOID = "baseoid"

View File

@ -183,7 +183,7 @@ pynx584==0.2
pyowm==2.3.0
# homeassistant.components.device_tracker.snmp
pysnmp==4.3.2
pysnmp==4.2.5
# homeassistant.components.sensor.forecast
python-forecastio==1.3.3