From 0d2a981674eb9f520e5523d7e2e4c3bb46cb15f5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 12 Jun 2023 09:38:17 +0200 Subject: [PATCH] Add dependency on pretix-plugin-build to avoid trouble --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 06faf7f22..b96919f92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,6 +76,7 @@ dependencies = [ "PyJWT==2.7.*", "phonenumberslite==8.13.*", "Pillow==9.5.*", + "pretix-plugin-build", "protobuf==4.23.*", "psycopg2-binary", "pycountry",