summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 61c84f17..39f2f2e2 100755
--- a/setup.py
+++ b/setup.py
@@ -2,9 +2,9 @@
# coding=utf-8
from setuptools import setup
-install_requires = ['pyparsing >= 2.0.1']
+install_requires = ['pyparsing >= 2.0.1', 'six']
-tests_require = ['mock', 'pytest', 'six']
+tests_require = ['mock', 'pytest']
setup(
name="cmd2",