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