Skip to content
GitLab
Menu
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
a9d3d69d
Commit
a9d3d69d
authored
Feb 12, 2019
by
André Anjos
💬
Browse files
[setup] Set requirement versions in sync with what is inside conda/meta.yaml
parent
66bd005d
Pipeline
#26848
passed with stage
in 3 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
a9d3d69d
...
@@ -7,9 +7,11 @@ version = open("version.txt").read().rstrip()
...
@@ -7,9 +7,11 @@ version = open("version.txt").read().rstrip()
requires
=
[
requires
=
[
'setuptools'
,
'setuptools'
,
'click>=7
.0.0
'
,
'click>=7'
,
'click-plugins'
,
'click-plugins'
,
'conda-build>=3.0.0'
,
'conda>=4,<5'
,
'conda-build>=3,<4'
,
'conda-verify>=3,<4'
,
'certifi'
,
'certifi'
,
'requests'
,
'requests'
,
'gitpython'
,
'gitpython'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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