Skip to content

Commit d0f7b42

Browse files
committed
extra requirements depending on the installed app
1 parent 9118575 commit d0f7b42

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

setup.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,18 @@
1111

1212

1313
EXTRA_REQUIREMENTS = {
14-
"heif": [
15-
"pillow-heif",
14+
"audio": [
15+
"ffmpeg-python",
16+
],
17+
"image": [
18+
"Pillow",
19+
],
20+
"svg": [
21+
"reportlab",
22+
"svglib",
23+
],
24+
"video": [
25+
"ffmpeg-python",
1626
],
1727
}
1828

0 commit comments

Comments
 (0)