File size: 722 Bytes
4851501
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf7e558
4851501
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[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"