From 864f4d385f93f35341d73184226a91f93f1724d6 Mon Sep 17 00:00:00 2001 From: allenmylath Date: Tue, 8 Oct 2024 16:39:25 +0530 Subject: [PATCH] Update requirements.txt aiohttp missing aiohttp is not included but uded in code --- examples/translation-chatbot/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/translation-chatbot/requirements.txt b/examples/translation-chatbot/requirements.txt index baa16fd78..6f05d3425 100644 --- a/examples/translation-chatbot/requirements.txt +++ b/examples/translation-chatbot/requirements.txt @@ -1,3 +1,4 @@ python-dotenv fastapi[all] pipecat-ai[daily,openai,azure] +aiohttp