Use six to patch HTTPMessage so that it works on Python 2 and Python 3

This commit is contained in:
Jason R. Coombs
2014-06-08 10:42:42 +01:00
parent ffffe5411e
commit b57a27da28
3 changed files with 21 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ setup_params = dict(
url="https://bitbucket.org/jaraco/wolframalpha",
packages=setuptools.find_packages(),
zip_safe=False,
install_requires=[
'six',
],
setup_requires=[
'hgtools',
'pytest-runner',