update database

This commit is contained in:
2025-09-30 22:47:30 +03:00
parent 4ea862f96f
commit 643e637543
9 changed files with 718 additions and 32 deletions

View File

@@ -5,9 +5,10 @@ requires-python = ">=3.12"
dependencies = [
"aiogram>=3.22.0",
"aiogram-dialog>=2.4.0",
"alembic>=1.16.5",
"bestconfig>=1.3.6",
"dynaconf>=3.2.11",
"psycopg>=3.2.10",
"psycopg[binary,pool]>=3.2.10",
"sqlalchemy>=2.0.43",
"structlog>=25.4.0",
]
@@ -15,4 +16,6 @@ dependencies = [
[dependency-groups]
dev = [
"aiosqlite>=0.21.0",
"httpx>=0.28.1",
"ipykernel>=6.30.1",
]