Skip to content

Commit bbede4c

Browse files
authored
Merge pull request #8 from Kronopt/develop
Develop
2 parents 2f638c1 + 925f9df commit bbede4c

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

requirements-dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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'

0 commit comments

Comments
 (0)