mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-26 13:40:22 +00:00
Merge dev and doc requirements
This commit is contained in:
parent
c36115060c
commit
fb48e3b794
2 changed files with 5 additions and 20 deletions
|
@ -5,7 +5,11 @@
|
||||||
coveralls
|
coveralls
|
||||||
flake8
|
flake8
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
|
||||||
pytest-cache
|
pytest-cache
|
||||||
|
pytest-cov
|
||||||
|
recommonmark
|
||||||
requests
|
requests
|
||||||
|
sphinx
|
||||||
|
sphinx-rtd-theme
|
||||||
|
sphinxcontrib-napoleon
|
||||||
websocket-client
|
websocket-client
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
#---------------------------------------------------------
|
|
||||||
# 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
|
|
Loading…
Reference in a new issue