mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +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
|
||||
flake8
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-cache
|
||||
pytest-cov
|
||||
recommonmark
|
||||
requests
|
||||
sphinx
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib-napoleon
|
||||
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