Add Pipecat CLI to pyproject.toml

This commit is contained in:
Mark Backman
2025-10-20 10:29:03 -04:00
parent a0c93ab6de
commit 42289eb30d
4 changed files with 212 additions and 7 deletions

View File

@@ -38,6 +38,7 @@ dependencies = [
# Pinning numba to resolve package dependencies
"numba==0.61.2",
"wait_for2>=0.4.1; python_version<'3.12'",
"pipecat-ai-cli"
]
[project.urls]