chore: remove python-gnupg dependency from project
Some checks failed
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
Base Image Build / prepare (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-05-21 16:01:10 -05:00
parent 322c7c9323
commit 9c22a52c14

View file

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