Skip to content

Commit

Permalink
Merge pull request #487 from MongoEngine/pillow_requirement
Browse files Browse the repository at this point in the history
Addede: Pillow requirement for testing ImageField
  • Loading branch information
insspb committed Jul 23, 2022
2 parents 944073f + 294c4dc commit 99ae06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ dev = [
"pytest-cov",
"pytest-mock",
"nox",
"Pillow>=7.0.0",
]
legacy = ["MarkupSafe==2.0.1"]
legacy-dev = [
"pytest",
"pytest-cov",
"pytest-mock",
"Pillow>=7.0.0",
]

[project.urls]
Expand Down

0 comments on commit 99ae06f

Please sign in to comment.