From dbf45fb8d3ca1604f831f10f0767ca257cb6c39c Mon Sep 17 00:00:00 2001 From: dalthecow Date: Mon, 1 Jul 2024 12:29:29 -0400 Subject: [PATCH] add click to dependency list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9075d84..fa87232 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ def _setup_long_description() -> Tuple[str, str]: package_dir={'': 'src'}, include_package_data=True, install_requires=[ + 'click', 'datasets', 'loguru', 'numpy',