Skip to content
Snippets Groups Projects
Commit a160144f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[setup] Pin click>=7 and fixes #9

parent c75a7ce7
No related branches found
No related tags found
1 merge request!3[setup] Pin click>=7 and fixes #9
Pipeline #26297 passed
......@@ -31,7 +31,7 @@ requirements:
run:
- python
- setuptools
- click
- click >=7
- click-plugins
- conda=4
- conda-build=3
......
......@@ -7,9 +7,9 @@ version = open("version.txt").read().rstrip()
requires = [
'setuptools',
'click',
'click>=7.0.0',
'click-plugins',
'conda-build',
'conda-build>=3.0.0',
'certifi',
'requests',
'gitpython',
......
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