Skip to content

Commit

Permalink
Merge pull request #28 from Jskarie/master
Browse files Browse the repository at this point in the history
update requirements
  • Loading branch information
saulshanabrook committed Nov 6, 2018
2 parents a69255a + b0e8f97 commit ebeb77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
description='Opinionated Django image transforms on models',
long_description=open('README.rst').read(),
install_requires=[
"Django>=1.5,<1.10",
"Django>=1.5,<1.12",
"six",
"Pillow",
'clint',
'dill',
'dill<0.2.8',
],
zip_safe=False, # so that django finds management commands,
classifiers=[
Expand Down

0 comments on commit ebeb77a

Please sign in to comment.