From 33e3eae4cbb57b54c27289b4d9dc1a12186bc249 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 22 Dec 2023 00:43:34 +0100 Subject: [PATCH] Add missing dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de841b0..f84b0d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,8 @@ version = "0.1.0" requires-python = ">= 3.10" dependencies = [ "vdf", - "pyyaml" + "pyyaml", + "click" ] [project.optional-dependencies]