Skip to content

Commit e449195

Browse files
authored
Merge pull request #351 from bruecksen/292-django-money-raises-error-because-of-language-variant
Pin babel requirement, needed for django-money. There is a problem wi…
2 parents 63fda7d + 5a9a85d commit e449195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/base.txt

+1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ django-htmx==1.14.0
2929
wagtail==4.2.*
3030
tablib==3.4.0
3131
wagtailmenus==3.1.7
32+
babel==2.9.1 # newer version fails because of langauge variants https://github.com/python-babel/babel/issues/454
3233
django-money==3.2.0

0 commit comments

Comments
 (0)