remove dependency to six

This commit is contained in:
wtayyeb
2015-10-22 02:18:09 +03:30
parent 2e7c443c30
commit 937219834a

View File

@@ -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',