← back to Unclaimed Property Platform
requirements.txt
14 lines
# The core prototype + smoke test are STDLIB-ONLY (no installs needed).
# These are for the PRODUCTION reference services only:
# masked search API (services/search/search_api.py)
fastapi>=0.111
uvicorn>=0.30
opensearch-py>=2.6
pydantic>=2.7
# production ingestion validation + faster fuzzy matching (swap-ins, optional)
# pydantic>=2.7 # replaces the stdlib dataclass validation in ingest.py
# rapidfuzz>=3.9 # replaces difflib in services/matching/entity_match.py
# psycopg[binary]>=3.2 # PostgreSQL system-of-record repository