arskom / spyne

A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular protocols.
http://spyne.io
Other
1.13k stars 313 forks source link

Flask Example Werkzeug DispatcherMiddleware import does not work #668

Closed moritzlschuler closed 3 years ago

moritzlschuler commented 3 years ago

Line 31 needs to be changed to

from werkzeug.middleware.dispatcher import DispatcherMiddleware

for the import to work with werkzeug 1.0.1. See this issue!