zshxsy/my-ai-app/pyproject.toml
st2411020112 c745693acb refactor: 重构项目结构并更新依赖配置
删除旧版AI应用文件及配置
添加.gitignore忽略规则
更新pyproject.toml依赖配置
迁移chainlit配置文件及翻译资源
2026-01-09 00:24:50 +08:00

15 lines
303 B
TOML

[project]
name = "my-ai-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"openai>=2.14.0",
"python-dotenv>=1.2.1",
"streamlit>=1.30.0",
"chainlit>=0.1.160",
"fastapi>=0.128.0",
"uvicorn>=0.40.0",
]