Skip to content

Commit

Permalink
lower Pillow version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Odyhibit committed Jun 21, 2024
1 parent 8726c7f commit 9e64ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ packages = [

[tool.poetry.dependencies]
python = "^3.8"
customtkinter = "^5.2.2"
pillow = "^10.3.0"
customtkinter = "^5.2"
pillow = "^9"

[tool.poetry.scripts]
five-strips-of-bacon = "src.main:main"
Expand Down

0 comments on commit 9e64ec4

Please sign in to comment.