Update pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -6,5 +6,5 @@ readme = "README.md"
|
|
| 6 |
requires-python = ">=3.11"
|
| 7 |
dependencies = [
|
| 8 |
"pipecat-ai[websocket,webrtc,cartesia,openai,silero,deepgram,runner,local-smart-turn-v3]>=0.0.101",
|
| 9 |
-
"pipecatcloud>=0.2.4"
|
| 10 |
]
|
|
|
|
| 6 |
requires-python = ">=3.11"
|
| 7 |
dependencies = [
|
| 8 |
"pipecat-ai[websocket,webrtc,cartesia,openai,silero,deepgram,runner,local-smart-turn-v3]>=0.0.101",
|
| 9 |
+
"pipecatcloud>=0.2.4,fastapi,uvicorn"
|
| 10 |
]
|