python-plexapi/requirements_dev.txt

21 lines
404 B
Text
Raw Normal View History

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
#---------------------------------------------------------
coveralls
2017-02-20 05:37:00 +00:00
flake8
2017-04-30 06:06:01 +00:00
pillow
2017-02-13 20:18:50 +00:00
pytest
2017-04-17 03:33:33 +00:00
pytest-cache
2017-04-30 05:27:17 +00:00
pytest-cov
2019-11-29 01:10:12 +00:00
pytest-mock<=1.11.1
2017-04-30 05:27:17 +00:00
recommonmark
2017-02-20 03:45:09 +00:00
requests
requests-mock
2017-04-30 05:27:17 +00:00
sphinx
sphinxcontrib-napoleon
2020-11-06 18:55:27 +00:00
sphinx-rtd-theme
2017-08-15 03:53:04 +00:00
tqdm
2019-12-04 18:53:30 +00:00
websocket-client
2020-04-27 19:12:18 +00:00
mock; python_version < '3.3'