diff options
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('djangorestframework'), package_data=get_package_data('djangorestframework'), test_suite='djangorestframework.runtests.runcoverage.main', - install_requires=['URLObject>=0.6.0'], + install_requires=[], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment', |
