123456789101112131415161718192021222324252627282930313233 |
- [project]
- name = "imes"
- version = "0.1.0"
- description = "MES系统首页AI后端服务模块"
- readme = "README.md"
- requires-python = ">=3.11"
- dependencies = [
- "fastapi>=0.104.0",
- "uvicorn>=0.24.0",
- "pydantic>=2.5.0",
- "httpx[socks]>=0.25.0",
- "openai>=1.3.0",
- "langchain>=0.1.0",
- "langchain-openai>=0.0.5",
- "chromadb>=0.4.0",
- "python-multipart>=0.0.6",
- "python-dotenv>=1.0.0",
- "loguru>=0.7.0",
- "pydantic-settings>=2.9.1",
- "langchain-community>=0.3.25",
- ]
- [tool.uv]
- dev-dependencies = [
- "pytest>=7.4.0",
- "black>=23.0.0",
- "isort>=5.12.0",
- "flake8>=6.0.0",
- ]
- [[index]]
- url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
- default = true
|