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
|
|
|
#---------------------------------------------------------
|
2021-11-20 21:20:29 +00:00
|
|
|
coveralls==3.3.1
|
2023-08-29 04:16:19 +00:00
|
|
|
flake8==6.1.0
|
2023-07-28 03:05:40 +00:00
|
|
|
pillow==10.0.0
|
|
|
|
pytest==7.4.0
|
2020-12-03 16:23:44 +00:00
|
|
|
pytest-cache==1.0
|
2023-07-28 03:05:40 +00:00
|
|
|
pytest-cov==4.1.0
|
|
|
|
pytest-mock==3.11.1
|
2021-03-22 19:47:22 +00:00
|
|
|
recommonmark==0.7.1
|
2023-05-25 00:02:19 +00:00
|
|
|
requests==2.31.0
|
2023-07-28 03:05:40 +00:00
|
|
|
requests-mock==1.11.0
|
|
|
|
sphinx==6.2.1
|
2023-08-29 06:22:39 +00:00
|
|
|
sphinx-rtd-theme==1.3.0
|
2023-08-29 04:56:36 +00:00
|
|
|
tqdm==4.66.1
|
2023-08-29 06:30:49 +00:00
|
|
|
websocket-client==1.6.2
|