Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xavier Thompson
slapos.buildout
Commits
a4887f27
Commit
a4887f27
authored
11 months ago
by
Xavier Thompson
Browse files
Options
Download
Email Patches
Plain Diff
[dev] Raise setuptools requirement to >=38.2.3
Needed for pip wheel + setuptools.wheel.Wheel.install_as_egg.
parent
0d41e533
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
a4887f27
...
...
@@ -47,7 +47,7 @@ setup(
python_requires
=
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*'
,
namespace_packages
=
[
'zc'
],
install_requires
=
[
'setuptools>=8.
0
'
,
'setuptools>=
3
8.
2.3
'
,
'pip'
,
'wheel'
,
],
...
...
This diff is collapsed.
Click to expand it.
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