GroupZHU/pyproject.toml

13 lines
251 B
TOML
Raw Permalink Normal View History

[project]
name = "ai-work"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
2026-01-08 19:11:59 +08:00
dependencies = [
"streamlit>=1.28.0",
"requests>=2.31.0",
2026-01-09 08:11:35 +08:00
"python-dotenv>=1.0.0",
"openai>=1.0.0"
2026-01-08 19:11:59 +08:00
]