Group02-notes/pyproject.toml
st2411020204 3127a8a647 feat: 添加学习笔记整理器应用
实现一个基于Streamlit的学习笔记管理应用,包含以下功能:
- 添加、编辑、删除笔记
- 笔记分类管理
- 搜索和筛选功能
- 数据导入导出功能
- 统计信息展示
2026-01-07 15:13:05 +08:00

13 lines
251 B
TOML

[project]
name = "python"
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",
]