functools32 required - add to setup.py

This commit is contained in:
William Budington
2015-06-18 17:45:04 -07:00
parent c97573ec7c
commit a873e8ea33
+1
View File
@@ -53,6 +53,7 @@ install_requires = [
# order of items in install_requires DOES matter and M2Crypto has
# to go last, see #152
'M2Crypto',
'functools32'
]
dev_extras = [