Skip to content

Commit 5815728

Browse files
committed
Minimal supported python-magic version is 0.4.3 indeed
1 parent f3251af commit 5815728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"colorthief==0.2.1",
1414
"python-resize-image>=1.1.19,<1.2",
1515
"Babel>=2.9,<3.0",
16-
"python-magic>=0.4.24,<0.5",
16+
"python-magic>=0.4.3,<0.4.4",
1717
"libzim>=3.4.0,<4.0",
1818
"beautifulsoup4>=4.9.3,<4.10", # upgrade to 4.10 and later to be done
1919
"lxml>=4.6.3,<4.10", # upgrade to 4.10 and later to be done

0 commit comments

Comments
 (0)