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

Commit

Permalink
Merge pull request #90 from Wooble/patch-1
Browse files Browse the repository at this point in the history
python_2_unicode_compatible is only in six 1.9+
  • Loading branch information
edsu committed May 3, 2016
2 parents 7530498 + a57c27c commit ca3df81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

install_requires = ['six']
install_requires = ['six>=1.9.0']
try:
import xml.etree
except ImportError:
Expand Down

0 comments on commit ca3df81

Please sign in to comment.