added requrement.txt

This commit is contained in:
2024-05-29 02:21:32 +03:00
parent 335c661a34
commit c9f6407149

View File

@@ -28,8 +28,8 @@ pytest:
- chmod u+x venv/bin/activate - chmod u+x venv/bin/activate
- source venv/bin/activate - source venv/bin/activate
- python -V - python -V
- pip install --quiet -U -r requirements.txt - pip install -U -r requirements.txt
- pip install --quiet -U -r tests/requirements.txt - pip install -U -r tests/requirements.txt
script: script:
- pytest -v - pytest -v