We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6561a49 commit 5246f90Copy full SHA for 5246f90
pyproject.toml
@@ -15,9 +15,9 @@ dependencies = [
15
"Babel>=2.9,<3.0",
16
"python-magic>=0.4.3,<0.5",
17
"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",
+ "beautifulsoup4>=4.9.3,<5.0",
+ "lxml>=4.6.3,<6.0",
+ "optimize-images>=1.3.6,<2.0",
21
# youtube-dl should be updated as frequently as possible
22
"yt-dlp"
23
]
0 commit comments