Skip to content
Snippets Groups Projects
Commit 48306ddb authored by miniconfig's avatar miniconfig
Browse files

Fixed Requirements URL

parent 64741a95
No related branches found
No related tags found
No related merge requests found
...@@ -42,8 +42,8 @@ from homeassistant.const import ( ...@@ -42,8 +42,8 @@ from homeassistant.const import (
STATE_IDLE, STATE_PLAYING, STATE_PAUSED, STATE_UNKNOWN) STATE_IDLE, STATE_PLAYING, STATE_PAUSED, STATE_UNKNOWN)
from plexapi.myplex import MyPlexUser from plexapi.myplex import MyPlexUser
REQUIREMENTS = ['https://github.com/miniconfig/python-plex-api/archive' REQUIREMENTS = ['https://github.com/miniconfig/python-plexapi/archive/'
'437e36dca3b7780dc0cb73941d662302c0cd2fa9' '437e36dca3b7780dc0cb73941d662302c0cd2fa9.zip'
'#python-plexapi==1.0.2.5'] '#python-plexapi==1.0.2.5']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment