From bd368b60847c9fc753ec782bab6cfc076d91c978 Mon Sep 17 00:00:00 2001 From: turulomio Date: Fri, 1 Dec 2023 05:18:59 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 268cc14..f693a5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,11 @@ exclude = [ [tool.poetry.dependencies] python = ">3.8" tabulate = "^0.9.0" +pylatex = "^1.4.1" [tool.poetry.group.dev.dependencies] pytest = "^7.3.0" poethepoet = "^0.24.1" -pylatex = "^1.4.1" [build-system] requires = ["poetry-core"]