summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-05-20 20:26:43 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-05-20 20:26:43 +0300
commit1871a5ddb4a803ebe4fae6943a9b9c94f1f9c1a8 (patch)
tree4068e23fc380346f5fdf531ce3672cd051d363d2 /mix.exs
parent978ccf8f974e7ee398faa3e5bfb7c081144e9325 (diff)
downloadpleroma-1871a5ddb4a803ebe4fae6943a9b9c94f1f9c1a8.tar.gz
pleroma-1871a5ddb4a803ebe4fae6943a9b9c94f1f9c1a8.zip
[#2497] Image preview proxy: implemented ffmpeg-based resizing, removed eimp & mogrify-based resizing.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 9ace55eff..68de270f0 100644
--- a/mix.exs
+++ b/mix.exs
@@ -146,7 +146,6 @@ defmodule Pleroma.Mixfile do
github: "ninenines/gun", ref: "e1a69b36b180a574c0ac314ced9613fdd52312cc", override: true},
{:jason, "~> 1.0"},
{:mogrify, "~> 0.6.1"},
- {:eimp, "~> 1.0.14"},
{:ex_aws, "~> 2.1"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.6.6"},
@@ -198,6 +197,7 @@ defmodule Pleroma.Mixfile do
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:mox, "~> 0.5", only: :test},
{:restarter, path: "./restarter"},
+ {:exexec, "~> 0.2"},
{:open_api_spex,
git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git",
ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"}