mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Relax PILKit version requirement
This commit is contained in:
parent
ec5d4ed324
commit
98552d7f75
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue