Revert "Add django-filter (and django) requirement to setup.py."

This reverts commit 5b399a844b.

This has been reverted because it's not working properly.
This commit is contained in:
Ben Konrath 2012-11-01 21:57:14 +01:00
parent 5b399a844b
commit 01564fb1e5

View File

@ -63,13 +63,7 @@ setup(
packages=get_packages('rest_framework'),
package_data=get_package_data('rest_framework'),
test_suite='rest_framework.runtests.runtests.main',
install_requires=[
'Django>=1.3.0',
'django-filter',
],
dependency_links = [
'git+https://github.com/alex/django-filter.git@0e4b3d703b31574922ab86fc78a86164aad0c1d0#egg=django-filter',
],
install_requires=[],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',