mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
94fbffe2a7
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 0.58.0 to 1.0.1. - [Release notes](https://github.com/websocket-client/websocket-client/releases) - [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog) - [Commits](https://github.com/websocket-client/websocket-client/commits) Signed-off-by: dependabot[bot] <support@github.com>
18 lines
442 B
Text
18 lines
442 B
Text
#---------------------------------------------------------
|
|
# PlexAPI requirements to run py.test.
|
|
# pip install -r requirements_dev.txt
|
|
#---------------------------------------------------------
|
|
coveralls==3.0.1
|
|
flake8==3.9.2
|
|
pillow==8.2.0
|
|
pytest==6.2.4
|
|
pytest-cache==1.0
|
|
pytest-cov==2.11.1
|
|
pytest-mock<3.6.2
|
|
recommonmark==0.7.1
|
|
requests==2.25.1
|
|
requests-mock==1.9.1
|
|
sphinx==4.0.2
|
|
sphinx-rtd-theme==0.5.2
|
|
tqdm==4.59.0
|
|
websocket-client==1.0.1
|