From 199024f9b878304f93878fcf4733fc9682baecdb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 17 Sep 2022 19:01:28 +0200 Subject: Include all deps in pyproject.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2511cec..f5fa742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,16 @@ classifiers = [ ] requires-python = ">=3.6" +[project.optional-dependencies] +pretty-log = ["rich"] +wkd-refresh = ["requests"] +test = ["pytest"] +test-full = [ + "pytest", + "requests", + "responses", +] + [project.urls] Homepage = "https://github.com/mgorny/gemato/" -- cgit v1.2.3