mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
7 lines
220 B
Text
7 lines
220 B
Text
#---------------------------------------------------------
|
|
# PlexAPI core requirements.
|
|
# pip install -r requirements.txt
|
|
#---------------------------------------------------------
|
|
requests
|
|
tqdm
|
|
websocket-client==0.48.0
|