add dev requirements

This commit is contained in:
Ivan Schaller 2022-06-25 01:22:56 +02:00
parent 70f82c6a12
commit 3b52da782b
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,3 @@
requests>=2.24.0
img2pdf>=0.4.4
img2pdf>=0.4.4

13
requirements_dev.txt Normal file
View file

@ -0,0 +1,13 @@
# application requirements
requests>=2.24.0
img2pdf>=0.4.4
# dev and testing requirements
pytest>=7.0.0
coverage>=6.3.1
black>=22.1.0
isort>=5.10.0
pylint>=2.13.0
mypy>=0.940
tox>=3.24.5
hatch>=1.0.0