| [tool.poetry] | |
| name = "renewhere-backend" | |
| version = "0.1.0" | |
| description = "Backend for Renewhere AI Platform" | |
| authors = ["Admin <admin@renewhere.com>"] | |
| [tool.poetry.dependencies] | |
| python = "^3.11" | |
| fastapi = "^0.109.0" | |
| uvicorn = "^0.27.0" | |
| sse-starlette = "^1.8.2" | |
| duckdb = "^1.1.0" | |
| google-genai = "^0.1.0" | |
| python-dotenv = "^1.0.0" | |
| pandas = "^2.0.0" | |
| numpy = "^1.26.0" | |
| geopandas = "^0.14.0" | |
| shapely = "^2.0.0" | |
| fiona = "^1.9.0" | |
| rasterio = "^1.3.0" | |
| h3 = "^3.7.0" | |
| pyarrow = "^14.0.0" | |
| openpyxl = "^3.1.0" | |
| requests = "^2.31.0" | |
| boto3 = "^1.34.0" | |
| [tool.poetry.dev-dependencies] | |
| pytest = "^8.0.0" | |
| [build-system] | |
| requires = ["poetry-core>=1.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |