pyvec / elsa

Helper module for hosting Frozen-Flask based websites on GitHub pages
Other
29 stars 49 forks source link

Incompatible with werkzeug 3 #90

Open honzajavorek opened 1 year ago

honzajavorek commented 1 year ago

Werkzeug 3 breaks Frozen-Flask, which transitively breaks elsa. It's because werkzeug has removed a .charset attribute somewhere, but Frozen-Flask relies on it. Frozen-Flask is without maintainers AFAIK, but elsa could maybe monkey-patch as a hotfix or something. See https://github.com/Frozen-Flask/Frozen-Flask/issues/129

honzajavorek commented 1 year ago

My hotfix of pyvec.org here: https://github.com/pyvec/pyvec.org/blob/95175bf9ac854b321ed19727892352bf4e6f2c56/Pipfile#L24