diff --git a/conda/meta.yaml b/conda/meta.yaml
index ae9fd7bd2e7ab3a249c6dd4aaef5d13180906e51..acd8a1c21e56348b18b312ee5baf2fcd81df0a62 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 1bf9a1bd32f436246615362da260439e415bc9db..9ebb32bf300e97e93fc0b05b6196020d04081f22 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': [