Skip to content

Commit 9a32a85

Browse files
committed
Add missing direct dependencies
1 parent 5f71a29 commit 9a32a85

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,19 @@ dependencies = [
2020
"beautifulsoup4>=4.9.3,<5.0",
2121
"lxml>=4.6.3,<6.0",
2222
"optimize-images>=1.3.6,<2.0",
23-
# regex has no upper-bound due to "date-based" release numbers, no semver, so their
23+
# regex has no upper-bound due to "date-based" release numbers, no semver, so their
2424
# promise is that they will never (or always) break the API, and the API is very
2525
# limited and we use only a very small subset of it.
2626
"regex>=2020.7.14",
2727
"pymupdf>=1.24.0,<2.0",
2828
"CairoSVG>=2.2.0,<3.0",
2929
"beartype==0.19.0",
3030
# youtube-dl should be updated as frequently as possible
31-
"yt-dlp"
31+
"yt-dlp",
32+
"pillow>=7.0.0,<12.0",
33+
"urllib3>=1.26.5,<2.3.0",
34+
"piexif==1.1.3", # this dep is a nightmare in terms of release management, better pinned just like in optimize-images anyway
35+
"idna>=2.5,<4.0"
3236
]
3337
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
3438

0 commit comments

Comments
 (0)