Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
a160144f
Commit
a160144f
authored
Jan 24, 2019
by
André Anjos
💬
Browse files
[setup] Pin click>=7 and fixes
#9
parent
c75a7ce7
Pipeline
#26297
passed with stage
in 2 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
a160144f
...
...
@@ -31,7 +31,7 @@ requirements:
run
:
-
python
-
setuptools
-
click
-
click
>=7
-
click-plugins
-
conda=4
-
conda-build=3
...
...
setup.py
View file @
a160144f
...
...
@@ -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'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment