Skip to content

Commit

Permalink
updated setup.py, django version < 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nanvel committed May 26, 2016
1 parent bf6167d commit 4a62bed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def read(fname):
packages=find_packages(),
include_package_data=True,
install_requires=[
'django',
'Pillow',
'django<1.7',
'South',
'Pillow'
],
)

0 comments on commit 4a62bed

Please sign in to comment.