summaryrefslogtreecommitdiff
path: root/__pkginfo__.py
diff options
context:
space:
mode:
Diffstat (limited to '__pkginfo__.py')
-rw-r--r--__pkginfo__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index a686df1..d2a8669 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -40,7 +40,9 @@ from os.path import join
scripts = [join('bin', 'pytest')]
include_dirs = [join('test', 'data')]
-install_requires = []
+install_requires = [
+ 'six >= 1.4.0',
+ ]
if sys.version_info < (2, 7):
install_requires.append('unittest2 >= 0.5.1')
if os.name == 'nt':