Enhancement: Add python-gnupg to dependencies for plugin store.
Some checks failed
Base Image Build / prepare (push) Has been cancelled
Build and Push Multi-Arch Docker Image / build-and-push (push) Has been cancelled
Base Image Build / docker (amd64, ubuntu-24.04) (push) Has been cancelled
Base Image Build / docker (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Base Image Build / create-manifest (push) Has been cancelled

This commit is contained in:
SergeantPanda 2026-04-10 12:24:19 -05:00
parent ff60005442
commit 8eb22ce45a

View file

@ -35,6 +35,7 @@ dependencies = [
"django-celery-beat>=2.9.0",
"lxml==6.0.3",
"packaging",
"python-gnupg",
]
[build-system]