added new file for development modules

This commit is contained in:
2023-12-21 14:20:14 +01:00
parent 0660628647
commit aaf7060252
3 changed files with 4 additions and 3 deletions

3
develop_requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
pytest==7.4.*
pytest-cov==4.1.*
pytest-factoryboy==2.5.*

View File

@@ -5,6 +5,3 @@ progressbar==2.5
virtualenv==20.25.*
requests==2.31.*
filetype>=1.0.7
pytest==7.4.*
pytest-cov==4.1.*
pytest-factoryboy==2.5.*

View File

@@ -1,5 +1,6 @@
apk add --update libmagic
pip3.12 install -r requirements.txt
pip3.12 install -r develop_requirements.txt
pwd
sh tests/start_tests.sh