File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 22[ ![ python versions] ( https://img.shields.io/pypi/pyversions/xkcd-wrapper " supported python versions ")] ( https://pypi.org/project/xkcd-wrapper )
33[ ![ build status] ( https://github.com/Kronopt/xkcd-wrapper/workflows/CI/badge.svg " build status ")] ( https://github.com/Kronopt/xkcd-wrapper/actions?query=workflow%3ACI )
44[ ![ coverage] ( https://codecov.io/gh/Kronopt/xkcd-wrapper/branch/master/graph/badge.svg " code coverage ")] ( https://codecov.io/gh/Kronopt/xkcd-wrapper )
5+ [ ![ vulnerabilities] ( https://snyk.io/test/github/Kronopt/xkcd-wrapper/badge.svg?targetFile=requirements.txt )] ( https://snyk.io/test/github/Kronopt/xkcd-wrapper?targetFile=requirements.txt )
56[ ![ docs status] ( https://readthedocs.org/projects/xkcd-wrapper/badge/?version=latest " documentation build status ")] ( https://xkcd-wrapper.readthedocs.io/en/latest/ )
67[ ![ license] ( https://img.shields.io/pypi/l/xkcd-wrapper " license ")] ( https://github.com/Kronopt/xkcd-wrapper/blob/master/LICENSE )
78
Original file line number Diff line number Diff line change 1- nose2 == 0.9.* # tests
2- requests-mock == 1.7.* # tests, Client
3- aioresponses == 0.6.* # tests, AsyncClient
4- pylint == 2.4.* # style
5- coverage == 5.1.* # coverage
6- mkdocs == 1.1.* # docs
7- twine # pypi tools
8- pyOpenSSL # twine dependency
9- readme_renderer [md ] # command 'twine check'
10- wheel # command 'setup.py sdist bdist_wheel'
1+ nose2 == 0.9.* # tests
2+ requests-mock == 1.7.* # tests, Client
3+ aioresponses == 0.6.* # tests, AsyncClient
4+ pylint == 2.6.* # style
5+ coverage == 5.1.* # coverage
6+ mkdocs == 1.1.* # docs
7+ twine # pypi tools
8+ pyOpenSSL == 19.1.* # twine dependency
9+ readme_renderer [md ]== 26.0.* # command 'twine check'
10+ wheel == 0.34.* # command 'setup.py sdist bdist_wheel'
You can’t perform that action at this time.
0 commit comments