From 2d16e07d766958fb11c21e3274ed7022ccedb9f9 Mon Sep 17 00:00:00 2001 From: Rob Dennis Date: Mon, 10 Mar 2014 20:13:02 -0400 Subject: fixes #40 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cc423ab..36abfad 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ KEYWORDS = "config, ini, dictionary, application, admin, sysadmin, configuration setup(name=NAME, version=VERSION, - install_requires=['six==1.5.2'], + install_requires=['six'], description=DESCRIPTION, long_description=LONG_DESCRIPTION, author=AUTHOR, -- cgit v1.2.1