[wtforms] Using wtforms-json which supports None (#5445)

This commit is contained in:
John Bodley
2019-02-04 09:35:40 -08:00
committed by GitHub
parent b7b51ecc37
commit e1b907783a
5 changed files with 205 additions and 4 deletions

View File

@@ -104,6 +104,7 @@ setup(
'sqlalchemy-utils',
'sqlparse',
'unicodecsv',
'wtforms-json',
],
extras_require={
'cors': ['flask-cors>=2.0.0'],