Skip to content

Commit 701e4ad

Browse files
authored
Remove thumbnail svg from requirements to get rid of cairo deps (#1818)
1 parent b3db74e commit 701e4ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog/250929_svg.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Changed
2+
3+
-- Remove thumbnail svg from requirements to get rid of cairo deps (#1818)

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ django-filter==24.3
99
django-widget-tweaks==1.5.0
1010
djangorestframework==3.15.2
1111
djangorestframework-gis==1.1.0
12-
easy-thumbnails[svg]==2.10
12+
easy-thumbnails==2.10
1313
html5lib==1.1
1414
jsonfield==3.1.0
1515
python-dateutil==2.9.0.post0

0 commit comments

Comments
 (0)