Merge branch 'vips' into 'develop'
Replace ImageMagick with Vips See merge request pleroma/pleroma!3771
This commit is contained in:
commit
1955b3c557
14 changed files with 79 additions and 64 deletions
8
mix.exs
8
mix.exs
|
|
@ -142,7 +142,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:gun, "~> 2.0.0-rc.1", override: true},
|
||||
{:finch, "~> 0.15"},
|
||||
{:jason, "~> 1.2"},
|
||||
{:mogrify, "~> 0.9.1"},
|
||||
{:mogrify, "~> 0.8.0"},
|
||||
{:ex_aws, "~> 2.1.6"},
|
||||
{:ex_aws_s3, "~> 2.0"},
|
||||
{:sweet_xml, "~> 0.7.2"},
|
||||
|
|
@ -179,11 +179,11 @@ defmodule Pleroma.Mixfile do
|
|||
ref: "90f6ce7672f70f56708792a98d98bd05176c9176"},
|
||||
{:restarter, path: "./restarter"},
|
||||
{:majic, "~> 1.0"},
|
||||
{:eblurhash,
|
||||
git: "https://github.com/zotonic/eblurhash.git",
|
||||
ref: "bc37ceb426ef021ee9927fb249bb93f7059194ab"},
|
||||
{:open_api_spex, "~> 3.16"},
|
||||
{:ecto_psql_extras, "~> 0.6"},
|
||||
{:vix, "~> 0.25.0"},
|
||||
{:elixir_make, "~> 0.7.7", override: true},
|
||||
{:blurhash, "~> 0.1.0", hex: :rinpatch_blurhash},
|
||||
|
||||
## dev & test
|
||||
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue