From 937219834a221989ad23be1a34c97cd794be0c05 Mon Sep 17 00:00:00 2001 From: wtayyeb Date: Thu, 22 Oct 2015 02:18:09 +0330 Subject: [PATCH] remove dependency to six --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5f57f9..e80e47f 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( license='BSD', url='http://django-appconf.readthedocs.org/', packages=['appconf'], - install_requires=['six'], + install_requires=[], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment',