mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
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:
parent
5b399a844b
commit
01564fb1e5
8
setup.py
8
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user