From 112cd2ef905ab8fa293b11485c43a9e9ed0bde0d Mon Sep 17 00:00:00 2001 From: shaunsephton Date: Mon, 17 May 2010 10:27:19 +0200 Subject: [PATCH] corrected PIL version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa0c3234e..0f19114b4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ 'http://dist.repoze.org/', ], install_requires = [ - 'PIL==1.1.6', + 'PIL>=1.1.6', ], include_package_data=True, )