-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed caching and bumped version to 0.4.0
- Loading branch information
1 parent
cf661f0
commit fd2dc6d
Showing
4 changed files
with
2 additions
and
6 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "easy-pil" | ||
version = "0.3.9" | ||
version = "0.4.0" | ||
description = "A Python library built on top of PIL to easily edit/modify images" | ||
keywords = ["easy-pil", "easy pillow", "Pillow", "image editing"] | ||
authors = ["Md Shahriyar Alam <[email protected]>"] | ||
|
@@ -34,7 +34,6 @@ python = ">=3.8.1,<3.15" | |
pillow = "^10.1.0" | ||
aiohttp = "^3.10.5" | ||
requests = "^2.30.0" | ||
aiocache = "^0.12.2" | ||
typing-extensions = "^4.8.0" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
aiocache==0.12.2 | ||
aiohttp>=3.10.0 | ||
Pillow==10.1.0 | ||
requests==2.31.0 | ||
|