added requrement.txt

This commit is contained in:
2024-05-29 04:04:46 +03:00
parent bb3fda4778
commit 1aaa489f55

View File

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