Added requirements-dev.txt

File is used with pip to install all the required dependencies for developer testing only
This commit is contained in:
Ethan Smith-Coss 2022-05-04 00:18:43 +01:00
parent 1c81c304d3
commit a87c6b1998
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

5
requirements-dev.txt Normal file
View File

@ -0,0 +1,5 @@
flake8==4.0.1
tox==3.25.0
pytest==7.1.2
pytest-cov==3.0.0
mypy==0.950