chore: bump wtforms and add missing flask-limiter (#23680)

This commit is contained in:
Daniel Vaz Gaspar
2023-04-28 15:31:57 +01:00
committed by GitHub
parent 689bc8ea04
commit 31d33592ef
5 changed files with 26 additions and 22 deletions

View File

@@ -125,7 +125,7 @@ setup(
"tabulate>=0.8.9, <0.9",
"typing-extensions>=4, <5",
"waitress; sys_platform == 'win32'",
"wtforms>=2.3.3, <2.4",
"wtforms>=2.3.3, <4",
"wtforms-json",
"xlsxwriter>=3.0.7, <3.1",
],