mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-23 04:03:05 +00:00
18 lines
442 B
Text
18 lines
442 B
Text
#---------------------------------------------------------
|
|
# PlexAPI requirements to run py.test.
|
|
# pip install -r requirements_dev.txt
|
|
#---------------------------------------------------------
|
|
coveralls==3.2.0
|
|
flake8==3.9.2
|
|
pillow==8.3.2
|
|
pytest==6.2.5
|
|
pytest-cache==1.0
|
|
pytest-cov==2.12.1
|
|
pytest-mock<3.6.2
|
|
recommonmark==0.7.1
|
|
requests==2.26.0
|
|
requests-mock==1.9.3
|
|
sphinx==4.1.2
|
|
sphinx-rtd-theme==0.5.2
|
|
tqdm==4.62.2
|
|
websocket-client==1.2.1
|