Widdershin / flask-desktop

flask-desktop lets you create first class desktop applications in Python with HTML/CSS
MIT License
367 stars 61 forks source link

Conflict with version of werkzeug required #20

Closed baruchavi closed 3 years ago

baruchavi commented 4 years ago

it seems that webui has the werkzeug version set to 0.15.3, there is a bug in that version that gives this error: TypeError: required field "type_ignores" missing from Module to fix this all that is needed is an update to that version: Stackoverflow question. If you could please update the requirements allowing for the update so the issue is resolved

Widdershin commented 4 years ago

This module is a bit starved for maintainer attention right now, if you want to make a pull request that would be a great start.

Widdershin commented 3 years ago

This got fixed a while ago.