19 lines
335 B
TOML
19 lines
335 B
TOML
|
|
[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",
|
||
|
|
]
|