Skip to content

Commit

Permalink
Django polymorphic has broken packaging.
Browse files Browse the repository at this point in the history
This is fixed in jazzband/django-polymorphic#541
, but there has not yet been a release.
  • Loading branch information
amanning9 committed Mar 5, 2024
1 parent 54e138f commit fdd70ab
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 @@ -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"}
Expand Down

0 comments on commit fdd70ab

Please sign in to comment.