filter exif data #187

This commit is contained in:
Tristan Mahé 2018-06-26 13:45:47 -07:00
commit cb21bf5fc2
3 changed files with 13 additions and 2 deletions

View file

@ -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