summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-05-11 23:21:53 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-05-11 23:21:53 +0300
commit1b23acf164ebc4fde3fe1e4fdca6e11b7caa90ef (patch)
tree12209d990aee365c7df0c64b94eabf3b236f8066 /mix.exs
parentbbdad8556861c60ae1f526f63de9c5857c4ad547 (diff)
downloadpleroma-1b23acf164ebc4fde3fe1e4fdca6e11b7caa90ef.tar.gz
pleroma-1b23acf164ebc4fde3fe1e4fdca6e11b7caa90ef.zip
[#2497] Media preview proxy for images: fixes, tweaks, refactoring, tests adjustments.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 6d65e18d4..a9c4ad2e3 100644
--- a/mix.exs
+++ b/mix.exs
@@ -139,6 +139,7 @@ defmodule Pleroma.Mixfile do
github: "ninenines/gun", ref: "e1a69b36b180a574c0ac314ced9613fdd52312cc", override: true},
{:jason, "~> 1.0"},
{:mogrify, "~> 0.6.1"},
+ {:eimp, ">= 0.0.0"},
{:ex_aws, "~> 2.1"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.6.6"},