honicky

Results 1 comments of honicky

This is a problem for me too. I solved this temporarily by pinning `WTForms` to `2.2.1` in my own `requirements.txt`: ``` WTForms==2.2.1 ``` `flask-wtf` does not pin the `WTForm` version,...