mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 22:24:12 +00:00
7 lines
212 B
Text
7 lines
212 B
Text
#---------------------------------------------------------
|
|
# PlexAPI core requirements.
|
|
# pip install -r requirements.txt
|
|
#---------------------------------------------------------
|
|
requests
|
|
tqdm
|
|
websocket-client
|