02: Changed setup for alembic and sqlAlchemy

This commit is contained in:
exolonConfidental
2026-02-06 22:22:59 +05:30
parent 61162e01fb
commit 8fb3b7cf67
14 changed files with 739 additions and 25 deletions

View File

@@ -1,14 +1,17 @@
[project]
name = "owner-backend"
name = "crm-backend"
version = "0.1.0"
description = ""
description = "crm for roofing"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"alembic>=1.18.3",
"asyncpg>=0.31.0",
"fastapi>=0.128.0",
"neo4j>=6.1.0",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"python-dotenv>=1.2.1",
"sqlalchemy>=2.0.46",
"uvicorn>=0.40.0",
]