All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
21 lines
412 B
TOML
21 lines
412 B
TOML
[project]
|
|
name = "amarillo-core"
|
|
version = "0.0.5"
|
|
dependencies = [
|
|
"fastapi[all]==0.104.0",
|
|
"geopandas==0.14",
|
|
"uvicorn[standard]==0.23.2",
|
|
"pydantic[dotenv]==2.4.2",
|
|
"protobuf==3.20.3",
|
|
"starlette",
|
|
"requests==2.31.0",
|
|
"pyproj==3.6.1",
|
|
"geojson-pydantic==1.0.1",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["amarillo"]
|
|
exclude = ["data"]
|
|
namespaces = true
|