mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Clean requirements comments
This commit is contained in:
parent
0791f71182
commit
55af8eafd0
3 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#---------------------------------------------------------
|
||||
# PlexAPI Requirements
|
||||
# PlexAPI core requirements.
|
||||
# pip install -r requirments.txt
|
||||
#---------------------------------------------------------
|
||||
requests
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#---------------------------------------------------------
|
||||
# PlexAPI requirements to build documentation.
|
||||
# pip install -r requirments_doc.txt
|
||||
#---------------------------------------------------------
|
||||
recommonmark
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib-napoleon
|
||||
|
|
Loading…
Reference in a new issue