Merge pull request #829 from tcely/patch-10

Remove explicit `django-compressor`
This commit is contained in:
meeb 2025-03-11 23:36:24 +11:00 committed by GitHub
commit f2e2961b7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,10 @@ autopep8 = "*"
[packages]
django = "*"
django-sass-processor = "*"
django-sass-processor = {extras = ["management-command"], version = "*"}
pillow = "*"
whitenoise = "*"
gunicorn = "*"
django-compressor = "*"
httptools = "*"
django-background-tasks = ">=1.2.8"
django-basicauth = "*"
@ -21,3 +20,5 @@ mysqlclient = "*"
yt-dlp = "*"
requests = {extras = ["socks"], version = "*"}
emoji = "*"
brotli = "*"
html5lib = "*"