Skip to content

Commit

Permalink
Correctly pin django version.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanning9 committed Feb 20, 2023
1 parent df72c23 commit 3f59be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python = "^3.9"
jasmin-ldap = {git = "https://github.com/cedadev/jasmin-ldap.git", tag = "v1.0.0"}
jasmin-django-utils = {git = "https://github.com/cedadev/jasmin-django-utils.git", tag = "v1.0.6" }# Also required for API.

Django = "^3.2"
Django = "~3.2"
django-bootstrap5 = ">= 21.2, <= 22.2"
django-markdown-deux = "^1.0.5"
python-dateutil = "^2.8.2"
Expand Down

0 comments on commit 3f59be8

Please sign in to comment.