From 0da95693896cfc5401b2749f9a6f3530c08ce71e Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Fri, 13 Oct 2023 15:49:24 +0100 Subject: [PATCH] build-systems: add override for textual-fastdatatable Similar to the other textual-* packages, seems low value to add a test for each. --- overrides/build-systems.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 49b93b22c..ea818f93c 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -18239,6 +18239,10 @@ "poetry-core", "setuptools" ], + "textual-fastdatatable": [ + "poetry-core", + "setuptools" + ], "textual-textarea": [ "poetry-core", "setuptools"