From 98552d7f7556348509ce67ba4fa19c26ac0fcdb2 Mon Sep 17 00:00:00 2001 From: Matthew Tretter Date: Fri, 8 Feb 2013 18:08:29 -0500 Subject: [PATCH] Relax PILKit version requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a16e87..0affbae 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( test_suite='testrunner.run_tests', install_requires=[ 'django-appconf>=0.5', - 'pilkit<2.0a0', + 'pilkit', ], classifiers=[ 'Development Status :: 5 - Production/Stable',