39 lines
495 B
Plaintext
39 lines
495 B
Plaintext
# Web 框架
|
|
fastapi==0.115.5
|
|
uvicorn[standard]==0.32.1
|
|
python-multipart==0.0.20
|
|
|
|
# 任务队列
|
|
celery==5.4.0
|
|
redis==5.2.1
|
|
flower==2.0.1
|
|
|
|
# 容器管理
|
|
docker==7.1.0
|
|
|
|
# 数据库
|
|
sqlalchemy==2.0.36
|
|
alembic==1.14.0
|
|
psycopg2-binary==2.9.10
|
|
|
|
# 对象存储
|
|
boto3==1.35.78
|
|
minio==7.2.11
|
|
|
|
# 数据处理
|
|
biopython==1.84
|
|
pandas==2.2.3
|
|
|
|
# 工具
|
|
pydantic==2.10.4
|
|
pydantic-settings==2.6.1
|
|
python-dotenv==1.0.1
|
|
aiofiles==24.1.0
|
|
|
|
# 监控
|
|
prometheus-client==0.21.0
|
|
|
|
# 测试
|
|
pytest==8.3.4
|
|
httpx==0.28.1
|