Skip to content

Commit

Permalink
Django-oscar 1.5 has a broken dependency on django-haystack
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Sep 12, 2017
1 parent a97b13b commit fc1a62a
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 @@ -44,7 +44,7 @@
# specify dependencies
install_requires=[
'setuptools',
'django-oscar>=1.1',
'django-oscar>=1.1,<1.5',
'djangorestframework>=3.3',
'six'
],
Expand Down

0 comments on commit fc1a62a

Please sign in to comment.