pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
952 stars 146 forks source link

Drop Python 2 support #165

Closed jeffwidman closed 11 months ago

jeffwidman commented 2 years ago

Flask 2.0 only support Python 3.6+. We should probably do the same.

This will entail:

jeffwidman commented 11 months ago

Duplicate of: