diff options
author | Tristan Mahé <gled@remote-shell.net> | 2018-06-26 13:45:47 -0700 |
---|---|---|
committer | Tristan Mahé <gled@remote-shell.net> | 2018-06-26 13:45:47 -0700 |
commit | cb21bf5fc225899ad6cf87f5ab0253506cf0531e (patch) | |
tree | dd879958e76a0e72a11dbea099092a49787ddfec /mix.exs | |
parent | fc012491a5174139b06cc9945e6dc4bc687ebdb7 (diff) | |
download | pleroma-cb21bf5fc225899ad6cf87f5ab0253506cf0531e.tar.gz pleroma-cb21bf5fc225899ad6cf87f5ab0253506cf0531e.zip |
filter exif data #187
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |