From d467ac7f4c08e0cd92a5b31ed21f5ff52309b710 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Fri, 14 Feb 2025 13:40:21 +0000 Subject: update project dependencies: add tabulate --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4aa227a..a9cd511 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [ readme = "README.md" requires-python = ">=3.13" dependencies = [ + "tabulate (>=0.9.0,<0.10.0)" ] [tool.poetry] -- cgit v1.2.3