Make six an external dependency.

This commit is contained in:
Stefan van der Walt
2013-10-27 14:06:26 +02:00
parent d5776656a8
commit eb6867cfe2
12 changed files with 22 additions and 15 deletions
+1
View File
@@ -22,6 +22,7 @@ PYTHON_VERSION = (2, 5)
DEPENDENCIES = {
'numpy': (1, 6),
'Cython': (0, 17),
'six': (1, 3),
}