Make sure to install S3 storage libraries
All checks were successful
Tests / test (push) Successful in 24s
All checks were successful
Tests / test (push) Successful in 24s
This commit is contained in:
parent
780f33396d
commit
3b79f54d3a
2 changed files with 59 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue