add virtualenv to scripts

This commit is contained in:
Thomas Peetz
2025-04-08 12:14:20 +02:00
parent 10834df92b
commit a43e2c806c
3 changed files with 45 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
-r requirements.txt
pytest
pytest-cov
coverage
twine>=1.11.0
setuptools>=38.6.0
wheel>=0.31.0