progect106-1/pyproject.toml

19 lines
335 B
TOML
Raw Permalink Normal View History

2026-01-08 23:41:05 +08:00
[project]
name = "python-text"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chainlit>=2.9.4",
"openai>=2.14.0",
"package-name>=0.1",
"python-dotenv>=1.2.1",
"streamlit>=1.52.2",
]
[tool.uv.workspace]
members = [
"werewolf-ai",
]