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 # pip install -r requirments.txt
#--------------------------------------------------------- #---------------------------------------------------------
requests requests
websocket websocket-client

View file

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

View file

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