From fdd70ab6f34b4658b575602687729949cfeaafe4 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Tue, 5 Mar 2024 09:49:31 +0000 Subject: [PATCH] Django polymorphic has broken packaging. This is fixed in https://github.com/jazzband/django-polymorphic/pull/541 , but there has not yet been a release. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3574cd..943c147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ Django = ">=3.2,!=4.0,!=4.1,<4.3" django-bootstrap5 = "^23.1" django-markdown-deux = "^1.0.6" python-dateutil = "^2.8.2" -django-polymorphic = "^3.1.0" +django-polymorphic = {git = "https://github.com/jazzband/django-polymorphic.git", rev = "f4286f583d6f91e896b73e450154af0fea3935a4"} requests = "^2.27.1" jasmin-ldap-django = {git = "https://github.com/cedadev/jasmin-ldap-django.git", rev = "2b708c9136f31e8819ffff00fcb95567c27ed659"} jasmin-metadata = {git = "https://github.com/cedadev/jasmin-metadata.git", tag = "v1.0.2"}