mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +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
|
||||
#---------------------------------------------------------
|
||||
requests
|
||||
websocket
|
||||
websocket-client
|
|
@ -2,11 +2,8 @@
|
|||
# PlexAPI requirements to run py.test.
|
||||
# pip install -r requirments_dev.txt
|
||||
#---------------------------------------------------------
|
||||
betamax
|
||||
betamax_serializers
|
||||
coveralls
|
||||
flake8
|
||||
pillow
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-cache
|
||||
|
|
|
@ -5,6 +5,14 @@
|
|||
# If testing locally:
|
||||
# sudo apt-get install python3-sphinx
|
||||
#---------------------------------------------------------
|
||||
coveralls
|
||||
flake8
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-cache
|
||||
requests
|
||||
websocket-client
|
||||
|
||||
recommonmark
|
||||
sphinx
|
||||
sphinx-rtd-theme
|
||||
|
|
Loading…
Reference in a new issue