Skip to content

Commit

Permalink
Merge pull request #3 from nhsuk/bump-django
Browse files Browse the repository at this point in the history
bump django version
  • Loading branch information
prembonsall authored Jul 11, 2023
2 parents fa71f6e + d7014fb commit ca46eef
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 @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

INSTALL_REQUIRES = ["django==3.2.19", "Wagtail>=4.0"]
INSTALL_REQUIRES = ["django>=3.2", "Wagtail>=4.0"]

TESTING_REQUIRES = ["pytest==5.2.1", "pytest-django==3.5.1", "pytest-pythonpath==0.7.3"]

Expand Down

0 comments on commit ca46eef

Please sign in to comment.