Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

v1.2.5

Latest
Compare
Choose a tag to compare
@gene1wood gene1wood released this 14 Apr 14:54
· 28 commits to master since this release
884b03c

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.