From 66709ed18458f418b671fa83956d5d54a3a7f886 Mon Sep 17 00:00:00 2001 From: Beyang Liu Date: Tue, 7 Jun 2016 10:57:20 -0700 Subject: [PATCH] include django as a dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0fef70f1f..e288473a5 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ setup( author_email='tom@tomchristie.com', # SEE NOTE BELOW (*) packages=get_packages('rest_framework'), package_data=get_package_data('rest_framework'), - install_requires=[], + install_requires=['django'], zip_safe=False, classifiers=[ 'Development Status :: 5 - Production/Stable',