Update pycord commit and revert pip command to just -q

This commit is contained in:
Luke Robles 2023-05-18 08:06:35 -07:00
parent ec4272d4c7
commit 5004bef6e8
2 changed files with 3 additions and 3 deletions

View File

@ -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 && \

View File

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