chore(backend): upgrade deps and remove redis/rq
This commit is contained in:
@@ -12,36 +12,34 @@ name = "openclaw-agency-backend"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi==0.128.0",
|
||||
"uvicorn[standard]==0.30.6",
|
||||
"sqlmodel==0.0.22",
|
||||
"sqlalchemy[asyncio]==2.0.34",
|
||||
"alembic==1.13.2",
|
||||
"psycopg[binary]==3.3.2",
|
||||
"pydantic-settings==2.5.2",
|
||||
"python-dotenv==1.0.1",
|
||||
"websockets==12.0",
|
||||
"rq==1.16.2",
|
||||
"redis==5.1.1",
|
||||
"sse-starlette==2.1.3",
|
||||
"jinja2==3.1.6",
|
||||
"fastapi-pagination==0.15.9",
|
||||
"clerk-backend-api==1.4.1",
|
||||
"alembic==1.18.3",
|
||||
"clerk-backend-api==4.2.0",
|
||||
"fastapi==0.128.6",
|
||||
"fastapi-pagination==0.15.10",
|
||||
"jinja2==3.1.6",
|
||||
"psycopg[binary]==3.3.2",
|
||||
"pydantic-settings==2.12.0",
|
||||
"python-dotenv==1.2.1",
|
||||
"sqlalchemy[asyncio]==2.0.46",
|
||||
"sqlmodel==0.0.32",
|
||||
"sse-starlette==3.2.0",
|
||||
"uvicorn[standard]==0.40.0",
|
||||
"websockets==16.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"black==24.10.0",
|
||||
"flake8==7.1.1",
|
||||
"httpx==0.27.0",
|
||||
"isort==5.13.2",
|
||||
"mypy==1.11.2",
|
||||
"pytest==8.3.3",
|
||||
"pytest-asyncio==0.24.0",
|
||||
"pytest-cov==6.0.0",
|
||||
"coverage[toml]==7.6.10",
|
||||
"ruff==0.6.9",
|
||||
"aiosqlite==0.21.0",
|
||||
"aiosqlite==0.22.1",
|
||||
"black==26.1.0",
|
||||
"coverage[toml]==7.13.4",
|
||||
"flake8==7.3.0",
|
||||
"httpx==0.28.1",
|
||||
"isort==7.0.0",
|
||||
"mypy==1.19.1",
|
||||
"pytest==9.0.2",
|
||||
"pytest-asyncio==1.3.0",
|
||||
"pytest-cov==7.0.0",
|
||||
"ruff==0.15.0",
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
|
||||
Reference in New Issue
Block a user