From 3c37427cb5b96f2cfe857f6397e0aa5bf2fe056b Mon Sep 17 00:00:00 2001 From: stefanfoulis Date: Sun, 29 May 2011 21:32:30 +0200 Subject: [PATCH] add more precise dependency for easy-thumbnails in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa3847ff2..2211ddbef 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): install_requires = [ 'setuptools', - 'easy-thumbnails', + 'easy-thumbnails>=1.0-alpha-17', 'django-mptt>=0.2.1', 'django_polymorphic', ]