Commit edfa8680 authored by Jason R. Coombs's avatar Jason R. Coombs

Loosen restriction on the version of six required. Fixes #947.

parent 5a028a70
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
-------
......
......@@ -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={
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment