diff options
-rw-r--r-- | pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
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/" |