yau-plant-assistant/api/requirements.txt
Claude 34d2ccc576 Scaffold the WRPS plant operations assistant repository
Build spec and host brief carried in from C:\Claude and WRPS/02-env; the
plant model (equipment, tags, alarm bitmask, enums, unit conversions) is
derived from WRPS/04-plc/register-map.csv, WRPS/05-scada/modbus/scada-points.csv
and WRPS-CTL-003.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-20 13:56:32 +10:00

17 lines
382 B
Text

# Pinned. This image is rebuilt on the host from a checkout, so an unpinned
# transitive upgrade is a production change nobody reviewed.
fastapi==0.115.6
uvicorn[standard]==0.34.0
pydantic==2.10.4
httpx==0.28.1
psycopg[binary]==3.2.3
pgvector==0.3.6
openai==1.59.6
langgraph==0.2.60
langfuse==2.57.0
sqlglot==26.1.0
PyJWT==2.10.1
python-dateutil==2.9.0.post0
# tests
pytest==8.3.4