Merge branch 'main' into prod
This commit is contained in:
commit
f7475752ed
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -9,5 +9,3 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
ignore:
|
|
||||||
- dependency-name: "yt-dlp"
|
|
||||||
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: npm install -g serverless@3.25.1
|
run: npm install -g serverless
|
||||||
|
|
||||||
- name: Install serverless-wsgi
|
- name: Install serverless-wsgi
|
||||||
run: serverless plugin install -n serverless-wsgi
|
run: serverless plugin install -n serverless-wsgi
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM python:3.10-alpine AS build
|
FROM python:3.10-alpine AS build
|
||||||
RUN apk add build-base python3-dev linux-headers pcre-dev jpeg-dev zlib-dev
|
RUN apk add build-base python3-dev linux-headers pcre-dev jpeg-dev zlib-dev
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install yt-dlp pillow uwsgi
|
RUN pip install pillow uwsgi
|
||||||
|
|
||||||
FROM python:3.10-alpine AS deps
|
FROM python:3.10-alpine AS deps
|
||||||
WORKDIR /twitfix
|
WORKDIR /twitfix
|
||||||
|
@ -4,7 +4,6 @@ requests==2.32.3
|
|||||||
Pillow==10.4.0
|
Pillow==10.4.0
|
||||||
Flask==2.2.3
|
Flask==2.2.3
|
||||||
Flask-Cors==4.0.0
|
Flask-Cors==4.0.0
|
||||||
yt-dlp==2022.7.18
|
|
||||||
Werkzeug==2.3.7
|
Werkzeug==2.3.7
|
||||||
numerize==0.12
|
numerize==0.12
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user