Merge pull request 'Make sure to install S3 storage libraries' (#102) from 67-object-storage into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 49s
Tests / test (push) Successful in 25s
Build and Deploy Staging / deploy (push) Successful in 9s

Reviewed-on: #102
This commit is contained in:
Tobias Brunner 2025-06-16 09:29:42 +00:00
commit 6d3ef244a0
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.4",
@ -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",