# Web demo dependencies (the centerline-svg library itself is pure stdlib).
fastapi>=0.110
uvicorn[standard]>=0.29
python-multipart>=0.0.9
# plus the library — install one of:
#   pip install -e ..                       (from source, during development)
#   pip install centerline-svg              (once published to PyPI)
#   pip install -i https://test.pypi.org/simple/ centerline-svg   (from TestPyPI)
