Initial public release
GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s
GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
[project]
|
||||
name = "geointel-backend"
|
||||
version = "1.0.0"
|
||||
description = "GeoIntel Belgium and Belgian North Sea backend"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"fastapi>=0.112.0",
|
||||
"starlette>=1.3.1,<2.0.0",
|
||||
"uvicorn[standard]>=0.30.6",
|
||||
"SQLAlchemy>=2.0.34",
|
||||
"psycopg[binary]>=3.2.1",
|
||||
"pydantic>=2.9.0",
|
||||
"pydantic-settings>=2.4.0",
|
||||
"geoalchemy2>=0.15.0",
|
||||
"shapely>=2.0.4",
|
||||
"pyproj>=3.6.1",
|
||||
"python-multipart>=0.0.9",
|
||||
"itsdangerous>=2.2.0",
|
||||
"PyJWT[crypto]>=2.10.1",
|
||||
"rdflib>=7.1,<8",
|
||||
"alembic>=1.13.2",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
raster = [
|
||||
"rasterio>=1.4.3",
|
||||
"numpy>=2.1.0",
|
||||
"pillow>=10.4.0",
|
||||
]
|
||||
gis = [
|
||||
"rasterio>=1.4.3",
|
||||
"numpy>=2.1.0",
|
||||
"pillow>=10.4.0",
|
||||
"geopandas>=1.0.1",
|
||||
"pyogrio>=0.10.0",
|
||||
]
|
||||
ai = [
|
||||
"ultralytics>=8.3,<9",
|
||||
"torch>=2.4",
|
||||
]
|
||||
dev = ["pytest>=8.3.2", "httpx>=0.27.0", "httpx2>=2.0.0", "ruff>=0.6.9"]
|
||||
|
||||
[project.scripts]
|
||||
geointel-backend = "app.main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=74.1.2", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["app"]
|
||||
Reference in New Issue
Block a user