Skip to content

Commit

Permalink
add pillow as testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jul 28, 2024
1 parent 2aa1e24 commit b44b917
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"pylint==3.2.6",
"ruff==0.5.5",
"mypy==1.11.0",
],
"testing": [
"pillow==10.4.0"
]
}

Expand Down

0 comments on commit b44b917

Please sign in to comment.