From 85305e4d3cc76e606ee44c722b1af51dfbb14baf Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Sun, 19 Nov 2023 14:10:06 -0800 Subject: [PATCH] Remove dependency on click The SDK doesn't depend on this, but I think functions will Signed-off-by: Nic Cope --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 388d214..3cf6b2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ classifiers = [ ] dependencies = [ - "click==8.*", "grpcio==1.*", "grpcio-reflection==1.*", "structlog==23.*",