X-Git-Url: https://git.mdrn.pl/django-sponsors.git/blobdiff_plain/c47ec7131be40d01ee3a38a4b2e0715dda7aff1d..HEAD:/setup.py diff --git a/setup.py b/setup.py index 77e2826..158f92d 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def whole_trees(package_dir, paths): setup( name='django-sponsors', - version='2.2', + version='2.3', author='Marek Stępniowski', author_email='marek@stepniowski.com', maintainer='Radek Czajka', @@ -34,5 +34,8 @@ setup( license='LICENSE', description='Manage your lists of sponsors with Django admin.', long_description=open('README.md').read(), - install_requires=['jsonfield'], + install_requires=[ + 'Pillow', + 'jsonfield', + ], )