-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from nitfe/fix-pillow
Fix entry point and import errors and one layer rgb
- Loading branch information
Showing
19 changed files
with
51 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,14 +15,14 @@ known_first_party = "tarraz" | |
|
||
[tool.poetry] | ||
name = "tarraz" | ||
version = "1.1.2" | ||
version = "1.2.0" | ||
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 = [] | ||
|
||
license = "GNU Affero General Public License v3" | ||
readme = "README.md" | ||
packages = [{ include = "tarraz"}] | ||
packages = [{ include = "tarraz" }] | ||
homepage = "https://www.nitfe.com/" | ||
repository = "https://github.com/nitfe/tarraz.git" | ||
documentation = "https://github.com/nitfe/tarraz/blob/main/README.md" | ||
|
@@ -47,11 +47,11 @@ Changelog = "https://github.com/nitfe/tarraz/releases" | |
# Requirements | ||
[tool.poetry.dependencies] | ||
python = ">=3.8" | ||
pillow = "*" | ||
pillow = ">=9.5.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pre-commit = { version = "*" } | ||
|
||
# Entry point | ||
[tool.poetry.scripts] | ||
tarraz = "tarraz.main:main" | ||
[tool.poetry.plugins.console_scripts] | ||
"tarraz" = "tarraz.main:main" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters