mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
23 lines
658 B
Text
23 lines
658 B
Text
#---------------------------------------------------------
|
|
# PlexAPI requirements to run py.test.
|
|
# pip install -r requirements_dev.txt
|
|
#---------------------------------------------------------
|
|
coveralls
|
|
flake8
|
|
pillow
|
|
pytest
|
|
pytest-cache
|
|
pytest-cov
|
|
pytest-mock<=1.11.1
|
|
recommonmark
|
|
requests
|
|
sphinx
|
|
sphinxcontrib-napoleon
|
|
tqdm
|
|
websocket-client
|
|
|
|
# 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
|
|
|