diff --git a/examples/foundational/43a-heygen-video-service.py b/examples/foundational/43a-heygen-video-service.py index 619d6ab09..f23d0c2e9 100644 --- a/examples/foundational/43a-heygen-video-service.py +++ b/examples/foundational/43a-heygen-video-service.py @@ -4,6 +4,18 @@ # SPDX-License-Identifier: BSD 2-Clause License # +# /// script +# requires-python = ">=3.11" +# dependencies = [ +# "pipecat-ai>=0.0.77", +# "deepgram-sdk", +# "cartesia", +# "google-generativeai", +# "aiohttp", +# "python-dotenv", +# "loguru", +# ] +# /// import os