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',