Skip to content

Commit c4bb72f

Browse files
committed
Limit WTForms version and fix tests dependency
1 parent 2658050 commit c4bb72f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ maintainers = [
4747
dynamic = ["version"]
4848

4949
[project.optional-dependencies]
50-
wtf = ["WTForms[email]>=2.3.1", "Flask-WTF>=0.14.3"]
50+
wtf = ["WTForms[email]>=3.0.0", "Flask-WTF>=0.14.3"]
5151
toolbar = ["Flask-DebugToolbar>=0.11.0"]
5252
dev = [
5353
"black==22.6.0",
@@ -57,13 +57,15 @@ dev = [
5757
"pytest-mock",
5858
"nox",
5959
"Pillow>=7.0.0",
60+
"blinker",
6061
]
6162
legacy = ["MarkupSafe==2.0.1"]
6263
legacy-dev = [
6364
"pytest",
6465
"pytest-cov",
6566
"pytest-mock",
6667
"Pillow>=7.0.0",
68+
"blinker",
6769
]
6870

6971
[project.urls]

0 commit comments

Comments
 (0)