Commit ddcaa81
committed
fix(deps): Pin svglib to 1.5.1 due to pycairo installation failure (#1550)
The latest svglib release (1.6.0) has introduced a new dependency on pycairo, which requires system-level libraries to install correctly. This change causes the installation of easy-thumbnails[svg] to fail in environments where these libraries are not present.
This commit pins svglib to version 1.5.1 as a temporary workaround until the upstream issue is resolved.
Ref: deeplook/svglib#4211 parent fe1dbcf commit ddcaa81
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| |||
0 commit comments