mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-05-21 02:41:54 +00:00
Relax Pillow testing requirement
This commit is contained in:
parent
fbf052ce5f
commit
28ffd444d6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -45,7 +45,7 @@ setup(
|
||||||
'nose==1.2.1',
|
'nose==1.2.1',
|
||||||
'nose-progressive==1.3',
|
'nose-progressive==1.3',
|
||||||
'django-nose==1.1',
|
'django-nose==1.1',
|
||||||
'Pillow==1.7.8',
|
'Pillow<3.0',
|
||||||
],
|
],
|
||||||
test_suite='testrunner.run_tests',
|
test_suite='testrunner.run_tests',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue