revault/aquarium

Installation: MarkupSafe==0.23 required

Opened this issue · 1 comments

Describe the bug

soft_unicode is removed from MarkupSafe version 2.1.0, and this project uses it

I got an error with this versions 2.1.1 & 2.1.0

ImportError: cannot import name 'soft_unicode' from 'markupsafe'

Any version >=0.23 and <2.1.0 will work.

Solution

This project works well with MarkupSafe>=0.23,<2.1.0
Mentioning this in requirements.txt will solve the problem.

I can't reproduce. I don't encounter this error. Yet:

$ pip list |grep Markup
MarkupSafe             2.1.1