amarillo-core/pyproject.toml

17 lines
310 B
TOML

[project]
name = "amarillo-core"
version = "0.0.4"
dependencies = [
"fastapi[all]==0.104.0",
"uvicorn[standard]==0.23.2",
"pydantic[dotenv]==2.4.2",
"starlette",
"pyproj==3.6.1",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["amarillo"]
exclude = ["data"]
namespaces = true