Skip to content
Snippets Groups Projects
Commit a44f3d71 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[deps] Add click as dependency.

parent 7802ee67
No related branches found
Tags v2.0.2
1 merge request!44Add click result utility
Pipeline #66555 passed
......@@ -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:
......
......@@ -2,3 +2,4 @@ bob.extension
h5py
imageio
numpy
click
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment