You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
670 B
42 lines
670 B
# Web框架
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
python-multipart==0.0.6
|
|
websockets==12.0
|
|
|
|
# 数据库
|
|
sqlalchemy==2.0.23
|
|
psycopg2-binary==2.9.9
|
|
aiosqlite==0.19.0
|
|
alembic==1.12.1
|
|
redis==5.0.1
|
|
|
|
# 认证
|
|
pyjwt==2.8.0
|
|
bcrypt==4.1.1
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
|
|
# 数据处理
|
|
pandas==2.1.3
|
|
numpy==1.26.2
|
|
openpyxl==3.1.2
|
|
scipy==1.11.4
|
|
numba==0.58.1
|
|
|
|
# 任务调度
|
|
apscheduler==3.10.4
|
|
|
|
# 配置管理
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
python-dotenv==1.0.0
|
|
|
|
# 工具
|
|
python-dateutil==2.8.2
|
|
httpx==0.25.2
|
|
|
|
# AmazingData SDK (通过 Dockerfile 安装 wheel 文件)
|
|
# AmazingData-1.0.30-cp311-none-any.whl
|
|
# tgw-1.0.8.5-py3-none-any.whl
|