django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 575 forks source link

Install django-filer with SVG support #1305

Closed jrief closed 1 year ago

jrief commented 1 year ago

Description

Since version 2.8.2 of easy-thumbnails one must explicitly install the extra dependencies for SVG. This is done by pip install easy-thumbnails[svg].

This pull request fixes this installation problem.

Related resources

https://github.com/SmileyChris/easy-thumbnails/pull/597

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #1305 (f8f5705) into master (7c306dc) will decrease coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1305      +/-   ##
==========================================
- Coverage   72.21%   72.18%   -0.03%     
==========================================
  Files          72       72              
  Lines        3239     3236       -3     
  Branches      563      559       -4     
==========================================
- Hits         2339     2336       -3     
  Misses        734      734              
  Partials      166      166              
Impacted Files Coverage Δ
filer/admin/views.py 64.17% <0.00%> (-1.54%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us.