Merge branch 'main' into prod

This commit is contained in:
Dylan 2024-10-30 18:51:47 +00:00
commit f7475752ed
4 changed files with 2 additions and 5 deletions

View File

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

View File

@ -27,7 +27,7 @@ jobs:
cache: 'npm'
- name: Install packages
run: npm install -g serverless@3.25.1
run: npm install -g serverless
- name: Install serverless-wsgi
run: serverless plugin install -n serverless-wsgi

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