added requrement.txt

This commit is contained in:
2024-05-29 02:19:48 +03:00
parent 9a143ba84a
commit bc304827f5

View File

@@ -27,6 +27,7 @@ pytest:
- python -m venv venv
- chmod u+x venv/bin/activate
- source venv/bin/activate
- pythaon -V
- pip install --quiet -U -r requirements.txt
- pip install --quiet -U -r tests/requirements.txt
script: