flask-api-tutorial
flask-api-tutorial copied to clipboard
cannot import name 'soft_unicode' from 'markupsafe' when running tox in part 1
ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/home/gofurmzq/Documents/authentication/.tox/py310/lib/python3.10/site-packages/markupsafe/init.py)
solved with MarkupSafe==2.0.1, thanks!