Add and configure django-storages
All checks were successful
Tests / test (push) Successful in 25s

This commit is contained in:
Tobias Kunze 2025-05-21 16:39:31 +02:00
parent f03940fe61
commit c570275387
4 changed files with 59 additions and 0 deletions

View file

@ -11,6 +11,7 @@ dependencies = [
"django-allauth>=65.5.0",
"django-fernet-encrypted-fields>=0.3.0",
"django-scopes>=2.0.0",
"django-storages>=1.14.6",
"django-template-partials>=24.4",
"jsonschema>=4.23.0",
"kubernetes>=32.0.1",