7 lines
310 B
Plaintext
7 lines
310 B
Plaintext
|
|
# Test-only dependencies for services/api.
|
||
|
|
# The reliability / exception-matrix harness (tests/phase5_exception_matrix.py)
|
||
|
|
# imports only these from the runtime stack; the full runtime set is in
|
||
|
|
# requirements.txt. Pin to the versions verified in the isolated environment.
|
||
|
|
httpx==0.28.1
|
||
|
|
psycopg[binary]==3.2.9
|