Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit ca3df81

Browse files
committed
Merge pull request #90 from Wooble/patch-1
python_2_unicode_compatible is only in six 1.9+
2 parents 7530498 + a57c27c commit ca3df81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
install_requires = ['six']
5+
install_requires = ['six>=1.9.0']
66
try:
77
import xml.etree
88
except ImportError:

0 commit comments

Comments
 (0)