From bc768838ed2d766e4e73a4eddf73defd2f9d37f8 Mon Sep 17 00:00:00 2001 From: Neyts Zupan Date: Thu, 17 Nov 2022 12:13:49 +0000 Subject: [PATCH] Add build system for pyramid_openapi3 --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index df94686..c22075e 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -12339,6 +12339,9 @@ "pyramid-multiauth": [ "setuptools" ], + "pyramid-openapi3": [ + "poetry" + ], "pyreadability": [ "setuptools" ],