# NHID-Clinical web platform. The platform reuses the repo's own modules, so the
# repo's root requirements.txt is also required. These are the web-layer deps.
fastapi>=0.110.0
uvicorn>=0.29.0
jinja2>=3.1.0
httpx>=0.27.0          # used by the self-tests (FastAPI TestClient) and repo code
cryptography>=41.0.0   # Ed25519 passports (also a repo dep)
pyyaml>=6.0.1
jsonschema>=4.21.0
pydantic>=2.6.0
