Files
geMoldInsight/requirements.txt
T

44 lines
496 B
Plaintext
Raw Normal View History

2026-02-11 22:40:35 +08:00
# requirements.txt
# 几何处理核心
-i https://mirrors.aliyun.com/pypi/simple/
--trusted-host mirrors.aliyun.com
# pythonocc-core==7.7.0
pyvista
trimesh
numpy
scipy
dotenv
fastapi
numpy
OCC
# Web框架
fastapi
uvicorn
pydantic
python-multipart
# 数据库
sqlalchemy
psycopg2-binary
asyncpg
# 对象存储 (RustFS S3v4)
minio
aiohttp
# 消息队列
kafka-python
redis
# 工具库
aiofiles
python-dotenv
jinja2
# JWT认证
python-jose[cryptography]
2026-03-04 22:32:46 +08:00
bcrypt
2026-03-04 00:52:35 +08:00
# 邮箱验证
email-validator