From c33038a85f41c2056630897c2b1b8ce590301e62 Mon Sep 17 00:00:00 2001 From: Christian Schwede Date: Wed, 18 Sep 2013 07:49:07 +0200 Subject: [PATCH] Add Django >= 1.5 requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9cac85..3fad6c7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ url='http://www.cschwede.com/', author='Christian Schwede', author_email='info@cschwede.de', - install_requires=['django', 'python-swiftclient'], + install_requires=['django>=1.5', 'python-swiftclient'], classifiers=[ 'Environment :: Web Environment', 'Framework :: Django',