This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Fixed
- Conflict with Werkzeug version 2.1.0 and newer which caused a
KeyError: 'WERKZEUG_SERVER_FD'
error reported in #243.
This fix limits the max version of Werkzeug. A more permanent fix will be to
move away from using the Flask development server to another WSGI listener. - Dependent packages that no longer support Python 2.7. For Python 2.7 users
older versions of dependent packages are now selected that work with Python
2.7.