Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
edfa8680
Commit
edfa8680
authored
Jan 28, 2017
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Loosen restriction on the version of six required. Fixes #947.
parent
5a028a70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
CHANGES.rst
CHANGES.rst
+7
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
edfa8680
v34
.0.3
-------
*
#
947
:
Loosen
restriction
on
the
version
of
six
required
,
restoring
compatibility
with
environments
relying
on
six
1.6.0
and
later
.
v34
.0.2
-------
...
...
setup.py
View file @
edfa8680
...
...
@@ -164,7 +164,7 @@ setup_params = dict(
python_requires
=
'>=2.6,!=3.0.*,!=3.1.*,!=3.2.*'
,
install_requires
=
[
'packaging>=16.8'
,
'six>=1.
10
.0'
,
'six>=1.
6
.0'
,
'appdirs>=1.4.0'
,
],
extras_require
=
{
...
...
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