Skip to content

Commit 5246f90

Browse files
committed
Smoother constraints on dependencies for easier usage of scraperlib
1 parent 6561a49 commit 5246f90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ dependencies = [
1515
"Babel>=2.9,<3.0",
1616
"python-magic>=0.4.3,<0.5",
1717
"libzim>=3.4.0,<4.0",
18-
"beautifulsoup4>=4.9.3,<4.10", # upgrade to 4.10 and later to be done
19-
"lxml>=4.6.3,<4.10", # upgrade to 4.10 and later to be done
20-
"optimize-images>=1.3.6,<1.6",
18+
"beautifulsoup4>=4.9.3,<5.0",
19+
"lxml>=4.6.3,<6.0",
20+
"optimize-images>=1.3.6,<2.0",
2121
# youtube-dl should be updated as frequently as possible
2222
"yt-dlp"
2323
]

0 commit comments

Comments
 (0)