From 9a4b3e0d87f4b3e2e75d1d9eeb5c12d121f92cf3 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Thu, 2 Jan 2025 20:00:38 -0800 Subject: [PATCH] Update required for new modules --- Dockerfile | 2 +- scripts/requirements.txt | 2 ++ v2/requirements.txt | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9933823..5acebf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Install required packages -RUN pip install --no-cache-dir discord.py python-dotenv openai +RUN pip install --no-cache-dir discord.py python-dotenv openai requests collections # Copy the bot script COPY /scripts/discordbot.py . diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 225bbeb..59e8e15 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,3 +1,5 @@ discord.py openai python-dotenv +requests +collections \ No newline at end of file diff --git a/v2/requirements.txt b/v2/requirements.txt index 225bbeb..59e8e15 100644 --- a/v2/requirements.txt +++ b/v2/requirements.txt @@ -1,3 +1,5 @@ discord.py openai python-dotenv +requests +collections \ No newline at end of file