# TraceBi Web API dependencies
# Install from the repo root:  pip install -r web/requirements.txt

fastapi>=0.110
jinja2>=3.1
uvicorn[standard]>=0.29
python-multipart>=0.0.9   # needed for FastAPI form handling

# TraceBi extras used by the demo app and routers
matplotlib>=3.5
networkx>=3.0
sqlalchemy>=2.0
