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 6066a2019e
commit 6091bf261c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.8 as build FROM python:3.8 as build
ADD app/requirements.txt /requirements.txt 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 FROM python:3.8-slim
RUN apt-get update && \ RUN apt-get update && \

View File

@ -1,6 +1,6 @@
beautifulsoup4 beautifulsoup4
cmagick cmagick
git+https://github.com/pycord-development/pycord@eb4fd12eda4f0236532e7b4e2ee71dc5a6bc65d0 git+https://github.com/pycord-development/pycord@6a69f6683be41e0c983cd0621eab240e86d37086
gTTS gTTS
httpx httpx
humanfriendly humanfriendly
@ -9,4 +9,4 @@ openai
owotext owotext
pandas pandas
requests requests
wolframalpha wolframalpha