Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #74 from cfpb/max-django-1.11
Browse files Browse the repository at this point in the history
Cap required Django version between 1.8 and 1.11
  • Loading branch information
chosak authored Dec 5, 2017
2 parents b3c5354 + 663bbe2 commit 936059b
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 @@ -10,7 +10,7 @@
'regcore': ['templates/search/indexes/regcore/regulation_text.txt'],
},
install_requires=[
'django',
'django>=1.8,<1.12',
'django-haystack',
'jsonschema',
],
Expand Down

0 comments on commit 936059b

Please sign in to comment.