mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-23 04:03:05 +00:00
20 lines
404 B
Text
20 lines
404 B
Text
#---------------------------------------------------------
|
|
# PlexAPI requirements to run py.test.
|
|
# pip install -r requirements_dev.txt
|
|
#---------------------------------------------------------
|
|
coveralls
|
|
flake8
|
|
pillow
|
|
pytest
|
|
pytest-cache
|
|
pytest-cov
|
|
pytest-mock<=1.11.1
|
|
recommonmark
|
|
requests
|
|
requests-mock
|
|
sphinx
|
|
sphinxcontrib-napoleon
|
|
sphinx-rtd-theme
|
|
tqdm
|
|
websocket-client
|
|
mock; python_version < '3.3'
|