aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dd017c77..33d35d28 100755
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ setup(
packages=get_packages('rest_framework'),
package_data=get_package_data('rest_framework'),
test_suite='rest_framework.runtests.runtests.main',
- install_requires=['six'],
+ install_requires=[],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',