18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
# Village Simulation - Python Dependencies
|
|
|
|
# Backend
|
|
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
pydantic>=2.5.0
|
|
|
|
# HTTP client (for web frontend communication)
|
|
requests>=2.31.0
|
|
|
|
# Tools (balance sheet export/import)
|
|
openpyxl>=3.1.0
|
|
|
|
# Analysis & Visualization
|
|
matplotlib>=3.8.0
|
|
numpy>=1.26.0
|
|
|