hyx/pyproject.toml

16 lines
340 B
TOML
Raw Normal View History

[project]
name = "multi-agent-workshop"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chainlit>=2.9.4",
"litellm>=1.80.11",
"openai>=2.14.0",
"pydantic>=2.12.5",
"pydantic-ai>=1.39.1",
"python-dotenv>=1.2.1",
"streamlit>=1.52.2",
]