From 5004bef6e8eadbe24c543562e1dd5c306652228c Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 18 May 2023 08:06:35 -0700 Subject: [PATCH] Update pycord commit and revert pip command to just -q --- Dockerfile | 2 +- app/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 960daa71..4614755d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.8 as build ADD app/requirements.txt /requirements.txt -RUN pip install --verbose --no-cache-dir -r requirements.txt +RUN pip install -q --no-cache-dir -r requirements.txt FROM python:3.8-slim RUN apt-get update && \ diff --git a/app/requirements.txt b/app/requirements.txt index b4abc877..72d66c4e 100755 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4 cmagick -git+https://github.com/pycord-development/pycord@eb4fd12eda4f0236532e7b4e2ee71dc5a6bc65d0 +git+https://github.com/pycord-development/pycord@6a69f6683be41e0c983cd0621eab240e86d37086 gTTS httpx humanfriendly @@ -9,4 +9,4 @@ openai owotext pandas requests -wolframalpha \ No newline at end of file +wolframalpha