Remove '#'' from requirements

This commit is contained in:
pavoni 2015-12-31 18:58:12 +00:00
parent 5f89b34831
commit f8e5df237b
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.const import (
ATTR_LAST_TRIP_TIME,
EVENT_HOMEASSISTANT_STOP)
REQUIREMENTS = ['#pyvera==0.2.1']
REQUIREMENTS = ['pyvera==0.2.1']
_LOGGER = logging.getLogger(__name__)