Update required for new modules

This commit is contained in:
Josh Knapp 2025-01-02 20:02:12 -08:00
parent 4fbbf89afe
commit 1d390685a6
3 changed files with 3 additions and 5 deletions

View File

@ -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 .

View File

@ -1,5 +1,4 @@
discord.py
openai
python-dotenv
requests
collections
requests

View File

@ -1,5 +1,4 @@
discord.py
openai
python-dotenv
requests
collections
requests