jwg4/flask-selfdoc

Make it work on Python 3.10

Opened this issue · 1 comments

jwg4 commented

Currently fails because of:
ImportError: cannot import name 'MutableMapping' from 'collections'

Note: this is only with Flask 1. We should maybe just drop support for this version of Flask

#72 closes this, right?