Skip to content
Snippets Groups Projects
Commit ca3df818 authored by Ed Summers's avatar Ed Summers
Browse files

Merge pull request #90 from Wooble/patch-1

python_2_unicode_compatible is only in six 1.9+
parents 75304981 a57c27c9
No related branches found
Tags v3.1.2
No related merge requests found
......@@ -2,7 +2,7 @@ version = '3.1.1'
from setuptools import setup
install_requires = ['six']
install_requires = ['six>=1.9.0']
try:
import xml.etree
except ImportError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment