diff options
| author | Xavier Ordoquy | 2012-11-22 00:20:49 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2012-11-22 00:20:49 +0100 | 
| commit | b3698acb6c0b9eaa04189599e27014c788a75adc (patch) | |
| tree | 25de3a90ca99b6de980ce0c4031ffb512d9f9c00 /setup.py | |
| parent | ab3c47297481b7a4ff66027618f9c05bf02a2204 (diff) | |
| download | django-rest-framework-b3698acb6c0b9eaa04189599e27014c788a75adc.tar.bz2 | |
First passing test under p3k \o/
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -63,7 +63,7 @@ setup(      packages=get_packages('rest_framework'),      package_data=get_package_data('rest_framework'),      test_suite='rest_framework.runtests.runtests.main', -    install_requires=[], +    install_requires=['six'],      classifiers=[          'Development Status :: 4 - Beta',          'Environment :: Web Environment', | 
