From d85219ec30234f9edc36a5f876e3248207698419 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Mon, 5 Feb 2018 18:25:08 +0100 Subject: [PATCH] Add click and click-plugins to the list of dependencies [skip ci] --- conda/meta.yaml | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index ae9fd7b..acd8a1c 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -26,6 +26,8 @@ requirements: run: - python - setuptools + - click + - click-plugins test: imports: diff --git a/setup.py b/setup.py index 1bf9a1b..9ebb32b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( include_package_data=True, zip_safe=False, - install_requires=['setuptools', 'click'], + install_requires=['setuptools', 'click', 'click-plugins'], entry_points={ 'console_scripts': [ -- GitLab