Skip to content

Commit

Permalink
Merge pull request #7 from nitfe/fix-pillow
Browse files Browse the repository at this point in the history
Add missing pillow requirement
  • Loading branch information
iamjazzar authored Feb 14, 2024
2 parents cd331e8 + f4147dc commit 3152ca1
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 2 deletions.
87 changes: 86 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ known_first_party = "tarraz"

[tool.poetry]
name = "tarraz"
version = "1.1.1"
version = "1.1.2"
description = "A cross-stitch image generator. Generates a cross stitch pattern given by a user and generates a DMC colored pattern."
authors = ["Ahmed Jazzar <[email protected]>"]
maintainers = []
Expand Down Expand Up @@ -47,6 +47,7 @@ Changelog = "https://github.com/nitfe/tarraz/releases"
# Requirements
[tool.poetry.dependencies]
python = ">=3.8"
pillow = "*"

[tool.poetry.dev-dependencies]
pre-commit = { version = "*" }
Expand Down

0 comments on commit 3152ca1

Please sign in to comment.