Installation#
Quart-WTF is only compatible with Python 3.7 or higher, since this is what Quart supports. It can be installed using pip or your favorite python package manager.
pip install quart-wtforms
Note
If you do not have Python 3.8 or better an error message Python 3.8
is the minimum required version will be displayed.
Dependencies#
Quart-WTF depends on the following packages, which will automatically be installed with the extension.