mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
Cleanup reqs
This commit is contained in:
parent
31dfae8d10
commit
c36115060c
3 changed files with 9 additions and 4 deletions
|
@ -3,4 +3,4 @@
|
||||||
# pip install -r requirments.txt
|
# pip install -r requirments.txt
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
requests
|
requests
|
||||||
websocket
|
websocket-client
|
|
@ -2,11 +2,8 @@
|
||||||
# PlexAPI requirements to run py.test.
|
# PlexAPI requirements to run py.test.
|
||||||
# pip install -r requirments_dev.txt
|
# pip install -r requirments_dev.txt
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
betamax
|
|
||||||
betamax_serializers
|
|
||||||
coveralls
|
coveralls
|
||||||
flake8
|
flake8
|
||||||
pillow
|
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-cache
|
pytest-cache
|
||||||
|
|
|
@ -5,6 +5,14 @@
|
||||||
# If testing locally:
|
# If testing locally:
|
||||||
# sudo apt-get install python3-sphinx
|
# sudo apt-get install python3-sphinx
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
|
coveralls
|
||||||
|
flake8
|
||||||
|
pytest
|
||||||
|
pytest-cov
|
||||||
|
pytest-cache
|
||||||
|
requests
|
||||||
|
websocket-client
|
||||||
|
|
||||||
recommonmark
|
recommonmark
|
||||||
sphinx
|
sphinx
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
|
|
Loading…
Reference in a new issue