From a1b6594e518229441d08fbaddbb81fef4a12e352 Mon Sep 17 00:00:00 2001 From: franck Bret Date: Tue, 12 Mar 2013 12:18:17 +0100 Subject: [PATCH] Be smarter with django requirements version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a873c44c..c9ed248c 100644 --- a/setup.py +++ b/setup.py @@ -181,6 +181,6 @@ def minify(files, outfile, ftype): "Framework :: Django", ], install_requires=[ - "Django", + "Django>=1.3", ], )