Remove dependency on click

The SDK doesn't depend on this, but I think functions will

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2023-11-19 14:10:06 -08:00
parent 383783c0f9
commit 85305e4d3c
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ classifiers = [
]
dependencies = [
"click==8.*",
"grpcio==1.*",
"grpcio-reflection==1.*",
"structlog==23.*",