diff --git a/pyproject.toml b/pyproject.toml index c158fcf..ae23934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ jasmin-ldap = {git = "https://github.com/cedadev/jasmin-ldap.git", tag = "v1.0.2 jasmin-django-utils = {git = "https://github.com/cedadev/jasmin-django-utils.git", tag = "v1.0.9" }# Also required for API. jasmin-notifications = {git = "https://github.com/cedadev/jasmin-notifications.git", tag = "v1.2.7"} -Django = "~5.0" +Django = "^5" django-bootstrap5 = "^24.1" django-markdown-deux = "^1.0.6" python-dateutil = "^2.8.2"