Clean requirements comments

This commit is contained in:
Michael Shepanski 2017-02-19 22:45:09 -05:00
parent 0791f71182
commit 55af8eafd0
3 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#---------------------------------------------------------
# PlexAPI Requirements
# PlexAPI core requirements.
# pip install -r requirments.txt
#---------------------------------------------------------
requests

View file

@ -1,7 +1,12 @@
#---------------------------------------------------------
# PlexAPI requirements to run py.test.
# pip install -r requirments_dev.txt
#---------------------------------------------------------
betamax
betamax_serializers
coveralls
pillow
pytest
pytest-cov
websocket-client
requests
websocket-client

View file

@ -1,3 +1,7 @@
#---------------------------------------------------------
# PlexAPI requirements to build documentation.
# pip install -r requirments_doc.txt
#---------------------------------------------------------
recommonmark
sphinx-rtd-theme
sphinxcontrib-napoleon