After cloning the repository and installing the requirements (in a virtual environment), running python app.py gives me the error "ImportError: cannot import name 'Markup' from 'flask'". Updating Flask-WTF in requirements.txt to 1.2.1 fixes the issue.
After cloning the repository and installing the requirements (in a virtual environment), running
python app.pygives me the error "ImportError: cannot import name 'Markup' from 'flask'". Updating Flask-WTF in requirements.txt to 1.2.1 fixes the issue.