python-plexapi/requirements.txt

9 lines
241 B
Text
Raw Permalink Normal View History

2014-12-28 22:21:58 -05:00
#---------------------------------------------------------
2017-02-19 22:45:09 -05:00
# PlexAPI core requirements.
2017-10-22 11:38:42 +02:00
# pip install -r requirements.txt
2014-12-28 22:21:58 -05:00
#---------------------------------------------------------
requests
tqdm
2019-12-04 13:53:30 -05:00
websocket-client
mock; python_version < '3.3'