mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
efbe3c9f39
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
8 lines
241 B
Text
8 lines
241 B
Text
#---------------------------------------------------------
|
|
# PlexAPI core requirements.
|
|
# pip install -r requirements.txt
|
|
#---------------------------------------------------------
|
|
requests
|
|
tqdm
|
|
websocket-client
|
|
mock; python_version < '3.3'
|