pretix: pin chardet 5.x

This commit is contained in:
Martin Weinelt 2026-07-02 17:33:20 +02:00
commit 739c6e8f63
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -17,6 +17,7 @@ let
python = python3.override {
self = python;
packageOverrides = self: super: {
chardet = super.chardet_5;
django = super.django_5;
django-oauth-toolkit = super.django-oauth-toolkit.overridePythonAttrs (oldAttrs: rec {