GroupZHU/pyproject.toml
2026-01-09 08:11:35 +08:00

13 lines
251 B
TOML

[project]
name = "ai-work"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"streamlit>=1.28.0",
"requests>=2.31.0",
"python-dotenv>=1.0.0",
"openai>=1.0.0"
]