From 5368b667e67723b16c973e79dc21342d21487d6f Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 11 Dec 2023 01:14:18 +0100 Subject: [PATCH] add dev dependencies --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d436714..2fd610a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,9 +21,16 @@ dependencies = [ "loguru == 0.7.2", "beautifulsoup4 == 4.12.2", "imbox == 0.9.8", + "tabulate", "hatchling == 1.18.0", "icecream", - "tabulate", +] + +[project.optional-dependencies] +dev = [ + "pre-commit", + "mypy", + "ruff", ] [project.entry-points.pytest11]