Skip to content

Commit c07f25f

Browse files
committed
upgrade python,Pillow version in setup.py
Signed-off-by: Palash Bauri <palashbauri1@gmail.com>
1 parent 30ce6a4 commit c07f25f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = "^3.8"
1111
requests = "^2.28.2"
12-
Pillow = "^10"
12+
Pillow = "^11"
1313

1414

1515
[build-system]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"License :: OSI Approved :: MIT License",
3333
"Operating System :: OS Independent",
3434
],
35-
python_requires=">=3.4.*",
36-
install_requires=["Pillow>=5.3.0", "requests>=2.22.0"],
35+
python_requires=">=3.8",
36+
install_requires=["Pillow>=10", "requests>=2.22.0"],
3737
)

0 commit comments

Comments
 (0)