This commit is contained in:
2026-01-14 07:03:38 +01:00
parent ecda149a4b
commit c91c0f1fc9
61 changed files with 4388 additions and 38 deletions

View File

@@ -44,6 +44,19 @@ dependencies = [
# Date/time utilities
"python-dateutil>=2.8.2",
# Database (Phase 2)
"sqlalchemy>=2.0.0",
"psycopg2-binary>=2.9.0",
"alembic>=1.13.0",
# Configuration (Phase 2)
"python-dotenv>=1.0.0",
# Worker/Queue (Phase 2)
"redis>=5.0.0",
"rq>=1.15.0",
"rq-scheduler>=0.13.0",
]
[project.optional-dependencies]