From 11f5a0c1f3a66cc30316843970c59cd22c8b1e5a Mon Sep 17 00:00:00 2001 From: pegasust Date: Sun, 20 Aug 2023 21:36:36 -0700 Subject: [PATCH] feat: add build system of duckduckgo-search --- overrides/build-systems.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index f5beb0062..462042cdb 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -4775,6 +4775,10 @@ "poetry-core", "setuptools" ], + "duckduckgo-search": [ + "poetry-core", + "setuptools" + ], "duecredit": [ "setuptools" ],