Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Aug 28, 2023
1 parent 4e3a5de commit 8a8d51b
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pil-utils"
version = "0.1.7"
version = "0.1.8"
description = "A simple PIL wrapper and text-to-image tool"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/MeetWq/pil-utils"
[tool.poetry.dependencies]
python = "^3.8"
fonttools = "^4.0.0"
Pillow = "^9.2.0"
Pillow = ">=9.2.0,<11.0.0"
numpy = "^1.20.0"
opencv-python-headless = "^4.0.0"
bbcode = "^1.1.0"
Expand Down

0 comments on commit 8a8d51b

Please sign in to comment.