python-plexapi/requirements_dev.txt

19 lines
352 B
Text
Raw Normal View History

2017-02-20 03:45:09 +00:00
#---------------------------------------------------------
# PlexAPI requirements to run py.test.
# pip install -r requirments_dev.txt
#---------------------------------------------------------
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
pytest-mock
2017-04-30 05:27:17 +00:00
recommonmark
2017-02-20 03:45:09 +00:00
requests
2017-04-30 05:27:17 +00:00
sphinx
sphinx-rtd-theme
sphinxcontrib-napoleon
2017-08-15 03:53:04 +00:00
tqdm
2017-02-20 03:45:09 +00:00
websocket-client