codex
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user