aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 26d07283..601bb65b 100755
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,13 @@ setup(
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',