python-plexapi/requirements_dev.txt

19 lines
353 B
Text
Raw Normal View History

2017-02-19 22:45:09 -05:00
#---------------------------------------------------------
# PlexAPI requirements to run py.test.
2017-10-22 11:38:42 +02:00
# pip install -r requirements_dev.txt
2017-02-19 22:45:09 -05:00
#---------------------------------------------------------
coveralls
2017-02-20 00:37:00 -05:00
flake8
2017-04-30 02:06:01 -04:00
pillow
2017-02-13 15:18:50 -05:00
pytest
2017-04-16 23:33:33 -04:00
pytest-cache
2017-04-30 01:27:17 -04:00
pytest-cov
pytest-mock
2017-04-30 01:27:17 -04:00
recommonmark
2017-02-19 22:45:09 -05:00
requests
2017-04-30 01:27:17 -04:00
sphinx
sphinx-rtd-theme
sphinxcontrib-napoleon
2017-08-14 23:53:04 -04:00
tqdm
2017-02-19 22:45:09 -05:00
websocket-client