Cleanup reqs

This commit is contained in:
Michael Shepanski 2017-04-30 01:24:08 -04:00
parent 31dfae8d10
commit c36115060c
3 changed files with 9 additions and 4 deletions

View file

@ -3,4 +3,4 @@
# pip install -r requirments.txt
#---------------------------------------------------------
requests
websocket
websocket-client

View file

@ -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

View file

@ -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