pythononwheels / pow_devel

development repo for PyhtonOnWheels framework
www.pythononwheels.org
MIT License
75 stars 10 forks source link

werkzeug => rule_re changes after 2.1.2 needs to be adapted #55

Open pythononwheels opened 2 weeks ago

pythononwheels commented 2 weeks ago

adapt to newer werkzeug versions or: cut out the function to internal powlib.py

=> only needed to recognize werkzeug routes and convert to regex for further use in tornado routes

pythononwheels commented 2 weeks ago

fixed werkzeu to 2.1.2 so far as a workaround