added requrement.txt

This commit is contained in:
2024-05-29 02:20:24 +03:00
parent bc304827f5
commit 335c661a34

View File

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