mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-23 04:03:05 +00:00
3e1ce1c968
Bumps [coveralls](https://github.com/TheKevJames/coveralls-python) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheKevJames/coveralls-python/compare/3.2.0...3.3.1) --- updated-dependencies: - dependency-name: coveralls dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
441 B
Text
18 lines
441 B
Text
#---------------------------------------------------------
|
|
# PlexAPI requirements to run py.test.
|
|
# pip install -r requirements_dev.txt
|
|
#---------------------------------------------------------
|
|
coveralls==3.3.1
|
|
flake8==4.0.1
|
|
pillow==8.4.0
|
|
pytest==6.2.5
|
|
pytest-cache==1.0
|
|
pytest-cov==3.0.0
|
|
pytest-mock<3.6.2
|
|
recommonmark==0.7.1
|
|
requests==2.26.0
|
|
requests-mock==1.9.3
|
|
sphinx==4.3.0
|
|
sphinx-rtd-theme==1.0.0
|
|
tqdm==4.62.3
|
|
websocket-client==1.2.1
|