From bd892b89c26df9fccc9335c84e2b3217e3e02a37 Mon Sep 17 00:00:00 2001 From: Robert Minsk Date: Mon, 11 Mar 2024 00:37:21 -0700 Subject: [PATCH] build(deps): add click-option-group for grouping exclusive flags --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 74c37290b..c8f892919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ readme = "README.rst" authors = [{ name = "Rolf Erik Lekang", email = "me@rolflekang.com" }] dependencies = [ "click>=8,<9", + "click-option-group~=0.5", "gitpython>=3.0.8,<4", "requests>=2.25,<3", "jinja2>=3.1.2,<4",