OSVauco/opax-mcp/requirements.txt
Chris Christiansen 3e296673b2 test(a2h2a): add end-to-end test for approval flow
Adds a test script that validates the entire A2H2A approval process, from ticket creation to final verification in Firestore.

- The server now supports a `test_mode` flag to facilitate testing.

- The test verifies ticket creation, review page access, approval, final ticket status, and audit log creation.
2026-09-04 12:43:55 +00:00

12 lines
247 B
Plaintext

fastapi>=0.111.0
uvicorn>=0.30.0
httpx>=0.27.0
google-auth>=2.29.0
google-api-python-client>=2.120.0
google-cloud-firestore>=2.16.0
google-cloud-secret-manager>=2.18.0
google-cloud-build>=2.0.0
google-cloud-bigquery
pydantic>=2.0
python-multipart