724104b750
- 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
19 lines
224 B
Plaintext
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
|