pierrepo / MalariaSmearSearch

Blood smears database for malaria diagnosis :microscope:
GNU General Public License v3.0
1 stars 0 forks source link

Supress warning from FlaskWTF #145

Closed pierrepo closed 7 years ago

pierrepo commented 7 years ago

When running the web server with

python __init.py__

we get the folowing warning:

forms.py:11: FlaskWTFDeprecationWarning: "flask_wtf.html5" will be removed in 1.0. Import directly from "wtforms.fields.html5" and "wtforms.widgets.html5". from flask_wtf.html5 import NumberInput