This commit is contained in:
cjw
2026-02-11 22:40:35 +08:00
parent 96000f3f11
commit 7b09eb3d89
1094 changed files with 242874 additions and 1 deletions
+40
View File
@@ -0,0 +1,40 @@
# 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]
passlib[bcrypt]