fergalwalsh / pico

Pico is a very small web application framework for Python.
http://pico.readthedocs.io/
186 stars 41 forks source link

Update Werkzeug dependancy to 0.16.1 #26

Closed fergalwalsh closed 4 years ago

fergalwalsh commented 4 years ago

PR #21 fixed the import of SharedDataMiddleware in recent versions but it didn't bump the requirement to the version of Werkzeug when the import was changed. This PR fixes that.