Make sure to install S3 storage libraries
All checks were successful
Tests / test (push) Successful in 24s

This commit is contained in:
Tobias Kunze 2025-06-15 18:36:43 +02:00
parent 780f33396d
commit 3b79f54d3a
2 changed files with 59 additions and 5 deletions

View file

@ -3,7 +3,7 @@ name = "servala"
version = "0.0.0"
description = "Servala portal server and frontend"
readme = "README.md"
requires-python = ">=3.13.4"
requires-python = ">=3.13"
dependencies = [
"argon2-cffi>=25.1.0",
"cryptography>=45.0.3",
@ -11,7 +11,7 @@ dependencies = [
"django-allauth>=65.9.0",
"django-fernet-encrypted-fields>=0.3.0",
"django-scopes>=2.0.0",
"django-storages>=1.14.6",
"django-storages[s3]>=1.14.6",
"django-template-partials>=24.4",
"jsonschema>=4.24.0",
"kubernetes>=32.0.1",