From 16f57bec901fb98bc9240c14b77880b0647a1f05 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 26 Nov 2014 21:32:46 +0100 Subject: [PATCH] Add Django>=1.7 to required packages. Fixes #29. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0a10095..7868dd6 100644 --- a/setup.py +++ b/setup.py @@ -119,6 +119,7 @@ setup( author_email='foundation@djangoproject.com', packages=find_packages(exclude=['tests', 'tests.*']), package_data=find_package_data(), + install_requires=['Django>=1.7'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment',