Remove yt-dlp as dependency

This commit is contained in:
Dylan 2024-10-30 18:32:29 +00:00
parent b378f378fd
commit c86b2d2e16
3 changed files with 1 additions and 4 deletions

View File

@ -9,5 +9,3 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "yt-dlp"

View File

@ -1,7 +1,7 @@
FROM python:3.10-alpine AS build
RUN apk add build-base python3-dev linux-headers pcre-dev jpeg-dev zlib-dev
RUN pip install --upgrade pip
RUN pip install yt-dlp pillow uwsgi
RUN pip install pillow uwsgi
FROM python:3.10-alpine AS deps
WORKDIR /twitfix

View File

@ -4,7 +4,6 @@ requests==2.32.3
Pillow==10.4.0
Flask==2.2.3
Flask-Cors==4.0.0
yt-dlp==2022.7.18
Werkzeug==2.3.7
numerize==0.12
oauthlib==3.2.2