Relax Pillow testing requirement

This commit is contained in:
Matthew Tretter 2013-04-02 23:01:38 -04:00
parent fbf052ce5f
commit 28ffd444d6

View file

@ -45,7 +45,7 @@ setup(
'nose==1.2.1',
'nose-progressive==1.3',
'django-nose==1.1',
'Pillow==1.7.8',
'Pillow<3.0',
],
test_suite='testrunner.run_tests',
install_requires=[