oracc / nammu

Oracc GUI
GNU General Public License v3.0
12 stars 10 forks source link

Pin version of MarkupSafe #414

Closed giordano closed 4 years ago

giordano commented 4 years ago

We need to add MarkupSafe to the list of dependencies because it's required by mako and we want to pin it to version 1.x, since version 2 has dropped support for Python 2.

ageorgou commented 4 years ago

This should be a temporary fix until Mako changes its required version of MarkupSafe, or drops support for Python 2 (in which case we'll need an earlier version). This is probably caused by the version of pip that comes with Jython, since newer versions don't retrieve MarkupSafe 2.x yet (it's pre-release).