python-plexapi/requirements_dev.txt

27 lines
702 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
2019-11-29 02:10:12 +01:00
pytest-mock<=1.11.1
2017-04-30 01:27:17 -04:00
recommonmark
2017-02-19 22:45:09 -05:00
requests
requests-mock
2017-04-30 01:27:17 -04:00
sphinx
sphinxcontrib-napoleon
2017-08-14 23:53:04 -04:00
tqdm
2019-12-04 13:53:30 -05:00
websocket-client
2020-04-27 22:12:18 +03:00
mock; python_version < '3.3'
2019-10-02 22:03:05 -04:00
# Installing sphinx-rtd-theme directly from github above is used until a point release
# above 0.4.3 is released. https://github.com/readthedocs/sphinx_rtd_theme/issues/739
#sphinx-rtd-theme
-e git+https://github.com/readthedocs/sphinx_rtd_theme.git@feb0beb44a444f875f3369a945e6055965ee993f#egg=sphinx_rtd_theme