| [tool.poetry] | |
| name = "geoquery-backend" | |
| version = "0.1.0" | |
| description = "Backend for GeoQuery AI Platform" | |
| authors = ["Admin <admin@geoquery.com>"] | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| fastapi = "^0.109.0" | |
| uvicorn = "^0.27.0" | |
| sqlmodel = "^0.0.14" | |
| asyncpg = "^0.29.0" | |
| geoalchemy2 = "^0.14.3" | |
| python-multipart = "^0.0.6" | |
| httpx = "^0.26.0" | |
| duckdb = "^1.1.0" | |
| pandas = "^2.0.0" | |
| google-genai = "^0.1.0" | |
| google-generativeai = "^0.3.0" | |
| sentence-transformers = "^2.2.0" | |
| scikit-learn = "^1.3.0" | |
| numpy = "^1.26.0" | |
| python-dotenv = "^1.0.0" | |
| shapely = "^2.0.0" | |
| sse-starlette = "^1.8.2" | |
| [tool.poetry.dev-dependencies] | |
| pytest = "^8.0.0" | |
| [build-system] | |
| requires = ["poetry-core>=1.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |