mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
18 lines
352 B
Text
18 lines
352 B
Text
#---------------------------------------------------------
|
|
# PlexAPI requirements to run py.test.
|
|
# pip install -r requirments_dev.txt
|
|
#---------------------------------------------------------
|
|
coveralls
|
|
flake8
|
|
pillow
|
|
pytest
|
|
pytest-cache
|
|
pytest-cov
|
|
pytest-mock
|
|
recommonmark
|
|
requests
|
|
sphinx
|
|
sphinx-rtd-theme
|
|
sphinxcontrib-napoleon
|
|
tqdm
|
|
websocket-client
|