GroupZHU/pyproject.toml

12 lines
230 B
TOML
Raw 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",
"python-dotenv>=1.0.0"
]