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

13 lines
254 B
TOML

[project]
name = "day1-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"chainlit>=2.9.4",
"openai>=2.14.0",
"python-dotenv>=1.2.1",
"streamlit>=1.52.2",
]