Merge pull request #91 from DarkflameUniverse/fix/libsass

Reintroduce libsass
This commit is contained in:
Aaron Kimbrell 2024-01-10 18:06:41 -06:00 committed by GitHub
commit d6b0a91e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM python:3.8-slim-buster
FROM python:3.11-slim-bookworm
RUN apt update
RUN apt -y install zip

View File

@ -9,6 +9,7 @@ Flask-SQLAlchemy==3.1.1
Flask-User==1.0.2.2
Flask-WTF==1.2.1
gunicorn==21.2.0
libsass==0.21.0
PyMySQL==1.0.2
SQLAlchemy==2.0.23
sqlalchemy-datatables==2.0.1