Skip to content

Commit

Permalink
Allow Django 1.10 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Jun 3, 2016
1 parent 00437f5 commit 37a2d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=find_packages('src'),
include_package_data=True,
install_requires=[
'django>=1.8.8,<1.10',
'django>=1.8.8,<1.11',
# PIL is required for image fields, Pillow is the "friendly" PIL fork
'pillow>=1.7.8',
# We use the ModelFormSetView from django-extra-views for the basket
Expand Down

0 comments on commit 37a2d34

Please sign in to comment.