Skip to content

Commit f673cc2

Browse files
author
MailboxValidator
authored
Update setup.py
Update version required for WTForms.
1 parent ab468c9 commit f673cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
install_requires=[
2727
'Flask>=3.0.0',
2828
'Flask-WTF>=1.0.0',
29-
'WTForms>=3.3.0',
29+
'WTForms>=3.0.0',
3030
],
3131
extras_require={
3232
'tests': [

0 commit comments

Comments
 (0)