Added requirements

This commit is contained in:
miniconfig 2015-09-19 14:16:57 -04:00
parent a24b38aacc
commit 64741a95b8

View File

@ -42,6 +42,10 @@ from homeassistant.const import (
STATE_IDLE, STATE_PLAYING, STATE_PAUSED, STATE_UNKNOWN)
from plexapi.myplex import MyPlexUser
REQUIREMENTS = ['https://github.com/miniconfig/python-plex-api/archive'
'437e36dca3b7780dc0cb73941d662302c0cd2fa9'
'#python-plexapi==1.0.2.5']
_LOGGER = logging.getLogger(__name__)
SUPPORT_PLEX = SUPPORT_PAUSE | SUPPORT_PREVIOUS_TRACK | SUPPORT_NEXT_TRACK