generating openapi from backend and adding ci pipeline
backend/tests/test_auth.py
0 → 100644
make_openapi_client.sh
0 → 100755
... | ... | @@ -7,4 +7,7 @@ jwt~=1.3.1 |
qrcode~=8.0 | ||
pillow~=11.0.0 | ||
reportlab~=4.2.5 | ||
cryptography~=44.0.0 | ||
\ No newline at end of file | ||
cryptography~=44.0.0 | ||
pytest~=7.4.1 | ||
pytest-cov~=4.1.0 | ||
httpx~=0.24.1 | ||
\ No newline at end of file |
Please register or sign in to comment