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 #840 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 716af4c + 3f2eb93 commit 8588221
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 @@
setup_requires=['cfgov_setup==1.2', 'setuptools-git-version==1.0.3'],
frontend_build_script='frontendbuild.sh',
install_requires=[
'django>=1.8',
'django>=1.8,<1.12',
'lxml',
'requests',
],
Expand Down

0 comments on commit 8588221

Please sign in to comment.