endpoint setup

This commit is contained in:
exolonConfidental
2026-02-08 11:18:47 +05:30
parent 8fb3b7cf67
commit a77788fc47
33 changed files with 932 additions and 352 deletions

View File

@@ -8,10 +8,12 @@ dependencies = [
"alembic>=1.18.3",
"asyncpg>=0.31.0",
"fastapi>=0.128.0",
"geoalchemy2>=0.18.1",
"neo4j>=6.1.0",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"python-dotenv>=1.2.1",
"shapely>=2.1.2",
"sqlalchemy>=2.0.46",
"uvicorn>=0.40.0",
]