Skip to content

Commit

Permalink
Django-SHOP version 0.12 starts with Django-1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 2, 2018
1 parent 19e2ebd commit f975e00
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 @@ -42,7 +42,7 @@ def convert(filename, fmt):
include_package_data=True,
zip_safe=False,
install_requires=[
'Django>=1.9.12,<2.0',
'Django>=1.10,<2.0',
'django-post-office>=3.0.0',
'django-filer>=1.2.8',
'django-ipware>=1.1.1',
Expand Down

0 comments on commit f975e00

Please sign in to comment.