Files
canteen-seed-import/requirements.txt
T
shawn 724104b750 Add web UX with dashboard, import wizard, backup management
- SPA frontend (static/index.html): 4-step wizard flow
  (Upload → Review → Import → Report) + Dashboard bar + Backup UI
- FastAPI server (server.py) with 14 API endpoints
- New endpoints: /api/status, /api/backups, /api/backup/restore
- Updated README with web UX usage
- Added web deps: fastapi, uvicorn, python-multipart
2026-05-24 22:57:11 -04:00

19 lines
224 B
Plaintext

# CSV parsing + data processing
pandas>=2.0
numpy>=1.24
# Database
sqlite-utils>=3.0
# Geocoding (for GPS derivation)
httpx>=0.24
# CLI
rich>=13.0
click>=8.0
# Web UX
fastapi>=0.100
uvicorn>=0.20
python-multipart>=0.0.6