diff --git a/conda/meta.yaml b/conda/meta.yaml
index 7f9bf577668dc920a97055fe5f0d5ac715b38f0c..a70a3cf70270a8c7579dbeb4556806719430b663 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -26,6 +26,7 @@ requirements:
     - numpy {{ numpy }}
     - pillow {{ pillow }}
     - imageio {{ imageio }}
+    - click {{ click }}
   run:
     - python
     - setuptools
@@ -33,6 +34,7 @@ requirements:
     - {{ pin_compatible('pillow') }}
     - {{ pin_compatible('imageio') }}
     - {{ pin_compatible('h5py') }}
+    - {{ pin_compatible('click') }}
 
 test:
   imports:
diff --git a/requirements.txt b/requirements.txt
index 32506f993451e5f98c4342c48604b630ef0e59d3..ae1697a953f3f2dd3a8083aef515046b247fcffc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,3 +2,4 @@ bob.extension
 h5py
 imageio
 numpy
+click