mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
19 lines
399 B
Text
19 lines
399 B
Text
#---------------------------------------------------------
|
|
# PlexAPI requirements to build documentation.
|
|
# pip install -r requirments_doc.txt
|
|
#
|
|
# If testing locally:
|
|
# sudo apt-get install python3-sphinx
|
|
#---------------------------------------------------------
|
|
coveralls
|
|
flake8
|
|
pytest
|
|
pytest-cov
|
|
pytest-cache
|
|
requests
|
|
websocket-client
|
|
|
|
recommonmark
|
|
sphinx
|
|
sphinx-rtd-theme
|
|
sphinxcontrib-napoleon
|