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',