From cb13efdc3135da51bc553665e4f10b0888f07750 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 9 Dec 2023 12:26:48 +0100 Subject: [PATCH] add tabulate --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9bd455e..a63e9dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "imbox == 0.9.8", "hatchling == 1.18.0", "icecream", + "tabulate", ] [project.entry-points.pytest11]