mirror of
https://github.com/dataforcanada/d4c-service-geo-assistant.git
synced 2026-06-15 15:31:02 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
[project]
|
||||
name = "geo-assistant"
|
||||
version = "0.0.1"
|
||||
description = "Geo Assistant"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"langgraph",
|
||||
"fastapi",
|
||||
"pydantic",
|
||||
"geojson_pydantic",
|
||||
"streamlit",
|
||||
"httpx",
|
||||
"uvicorn[standard]",
|
||||
"langchain-ollama",
|
||||
"langchain",
|
||||
"python-dotenv",
|
||||
"duckdb",
|
||||
"shapely",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff",
|
||||
"pytest",
|
||||
"pytest-asyncio",
|
||||
"pre-commit",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/geo_assistant"]
|
||||
Reference in New Issue
Block a user