Skip to content

Commit 99ae06f

Browse files
authored
Merge pull request #487 from MongoEngine/pillow_requirement
Addede: Pillow requirement for testing ImageField
2 parents 944073f + 294c4dc commit 99ae06f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ dev = [
5656
"pytest-cov",
5757
"pytest-mock",
5858
"nox",
59+
"Pillow>=7.0.0",
5960
]
6061
legacy = ["MarkupSafe==2.0.1"]
6162
legacy-dev = [
6263
"pytest",
6364
"pytest-cov",
6465
"pytest-mock",
66+
"Pillow>=7.0.0",
6567
]
6668

6769
[project.urls]

0 commit comments

Comments
 (0)