Skip to content

Commit

Permalink
Publish 2.1.0 - relax Rich dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Jan 18, 2023
1 parent 58ff756 commit cab7237
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 = "rich-pixels"
version = "2.0.0"
version = "2.1.0"
description = "A Rich-compatible library for writing pixel images and ASCII art to the terminal."
authors = ["Darren Burns <[email protected]>"]
readme = "README.md"
Expand All @@ -9,7 +9,7 @@ include = ["rich_pixels/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"
rich = "^12.0.0"
rich = ">=12.0.0"
pillow = "^9.0.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit cab7237

Please sign in to comment.