Skip to content

Commit

Permalink
Add django-filter (and django) requirement to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
benkonrath committed Nov 1, 2012
1 parent 40c24a5 commit 5b399a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@ def get_package_data(package):
packages=get_packages('rest_framework'),
package_data=get_package_data('rest_framework'),
test_suite='rest_framework.runtests.runtests.main',
install_requires=[],
install_requires=[
'Django>=1.3.0',
'django-filter',
],
dependency_links = [
'git+https://github.com/alex/django-filter.git@0e4b3d703b31574922ab86fc78a86164aad0c1d0#egg=django-filter',
],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit 5b399a8

Please sign in to comment.