mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
13 lines
290 B
Text
13 lines
290 B
Text
#---------------------------------------------------------
|
|
# PlexAPI requirements to run py.test.
|
|
# pip install -r requirments_dev.txt
|
|
#---------------------------------------------------------
|
|
betamax
|
|
betamax_serializers
|
|
coveralls
|
|
flake8
|
|
pillow
|
|
pytest
|
|
pytest-cov
|
|
requests
|
|
websocket-client
|