From 6b5d7849f8329dc37116a7d6ce8e8570ce7a62c7 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Thu, 2 Jan 2025 20:02:12 -0800 Subject: [PATCH] Update required for new modules --- Dockerfile | 2 +- scripts/requirements.txt | 3 +-- v2/requirements.txt | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5acebf2..1bcb9f0 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 requests collections +RUN pip install --no-cache-dir discord.py python-dotenv openai requests # Copy the bot script COPY /scripts/discordbot.py . diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 59e8e15..b7b4f92 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,5 +1,4 @@ discord.py openai python-dotenv -requests -collections \ No newline at end of file +requests \ No newline at end of file diff --git a/v2/requirements.txt b/v2/requirements.txt index 59e8e15..b7b4f92 100644 --- a/v2/requirements.txt +++ b/v2/requirements.txt @@ -1,5 +1,4 @@ discord.py openai python-dotenv -requests -collections \ No newline at end of file +requests \ No newline at end of file