Skip to content

Commit b7e99db

Browse files
committed
added django as dep
1 parent 9352550 commit b7e99db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ classifiers=[
2929
Homepage = "https://github.com/amirreza8002/sorl-thumbnail-avif"
3030

3131
[tool.poetry.dependencies]
32-
python = "^3.9"
32+
python = ">=3.9"
33+
django = ">=4.2"
3334
pillow-avif-plugin = "^1.4.6"
3435
pillow = "^11.0.0"
3536
sorl-thumbnail = "^12.11.0"

0 commit comments

Comments
 (0)