From a0870b14296df9044dfce8b04525b419c594a91c 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 522d0f318..d7fdf3d74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,7 @@ dependencies = [ "PyJWT==2.6.*", "phonenumberslite==8.13.*", "Pillow==9.5.*", + "pretix-plugin-build", "protobuf==4.23.*", "psycopg2-binary", "pycountry",