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

Commit

Permalink
python_2_unicode_compatible is only in six 1.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooble committed May 3, 2016
1 parent 7530498 commit a57c27c
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 a57c27c

Please sign in to comment.