aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-07-25 07:16:50 +0000
committerlambda <pleromagit@rogerbraun.net>2018-07-25 07:16:50 +0000
commitba72c51a0f6f8a64a24a96c89d4cb8cfcfb7a245 (patch)
tree838d334208c4dadf23b974181c0ad4c17b199f8c /mix.exs
parent41b0ecef959df0a1cda71e56e256cacebe48d56f (diff)
parentbc2668bb63aee2c42cdea48782ba5ef291c17b45 (diff)
downloadpleroma-ba72c51a0f6f8a64a24a96c89d4cb8cfcfb7a245.tar.gz
Merge branch 'feature/filter_exif' into 'develop'
Feature/filter exif ( solve #187 ) See merge request pleroma/pleroma!237
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 281687294..cc279a7f9 100644
--- a/mix.exs
+++ b/mix.exs
@@ -47,7 +47,8 @@ defmodule Pleroma.Mixfile do
{:jason, "~> 1.0"},
{:ex_machina, "~> 2.0", only: :test},
{:credo, "~> 0.7", only: [:dev, :test]},
- {:mock, "~> 0.3.0", only: :test}
+ {:mock, "~> 0.3.0", only: :test},
+ {:mogrify, "~> 0.6.1"}
]
end