- 搭建 FastAPI、Redis、PostgreSQL、Nginx 与 Docker Compose 基础结构 - 实现反向代理、首用绑定、拦截告警、归档任务和管理接口 - 提供 Vue3 管理后台初版,以及 uv/requirements 双依赖配置
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
fastapi==0.115.12
|
|
uvicorn[standard]==0.34.0
|
|
SQLAlchemy==2.0.39
|
|
asyncpg==0.30.0
|
|
redis==5.2.1
|
|
httpx==0.28.1
|
|
python-jose[cryptography]==3.4.0
|
|
pydantic-settings==2.8.1
|
|
apscheduler==3.11.0
|