2017-02-20 03:45:09 +00:00
|
|
|
#---------------------------------------------------------
|
|
|
|
# PlexAPI requirements to run py.test.
|
2017-10-22 09:38:42 +00:00
|
|
|
# pip install -r requirements_dev.txt
|
2017-02-20 03:45:09 +00:00
|
|
|
#---------------------------------------------------------
|
2022-12-21 19:51:45 +00:00
|
|
|
backports.cached-property==1.0.2; python_version<="3.7"
|
2021-11-20 21:20:29 +00:00
|
|
|
coveralls==3.3.1
|
2022-08-06 02:53:20 +00:00
|
|
|
flake8==5.0.4
|
2023-05-24 23:23:05 +00:00
|
|
|
pillow==9.5.0
|
2023-03-10 00:57:34 +00:00
|
|
|
pytest==7.2.2
|
2020-12-03 16:23:44 +00:00
|
|
|
pytest-cache==1.0
|
2022-11-09 00:52:21 +00:00
|
|
|
pytest-cov==4.0.0
|
2022-11-09 01:16:29 +00:00
|
|
|
pytest-mock<3.10.1
|
2021-03-22 19:47:22 +00:00
|
|
|
recommonmark==0.7.1
|
2023-03-10 00:41:15 +00:00
|
|
|
requests==2.28.2
|
2022-11-09 00:51:50 +00:00
|
|
|
requests-mock==1.10.0
|
2022-01-12 19:25:21 +00:00
|
|
|
sphinx==4.3.2
|
2023-03-10 00:57:24 +00:00
|
|
|
sphinx-rtd-theme==1.2.0
|
2023-03-10 01:29:01 +00:00
|
|
|
tqdm==4.65.0
|
2023-03-10 00:43:44 +00:00
|
|
|
websocket-client==1.5.1
|