Skip to content

Commit

Permalink
Merge pull request #217 from cfpb/fix-django-error
Browse files Browse the repository at this point in the history
Update install_requires to support Django 2.2
  • Loading branch information
cwdavies authored Apr 1, 2020
2 parents fe6c6c3 + 1611c5b commit 283f037
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 @@ -40,7 +40,7 @@ def read_file(filename):
zip_safe=False,
setup_requires=['cfgov_setup==1.2', 'setuptools-git-version==1.0.3'],
install_requires=[
'Django>=1.11,<1.12',
'Django>=1.11,<2.3',
],
frontend_build_script='frontendbuild.sh'
)

0 comments on commit 283f037

Please sign in to comment.