X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=6b95eeec38d94e9698ae0df2bd6e021611b8f203;hb=8143251f06b1a781ee20924c89be484e514f0bec;hp=d632e059372e1181ef905d575960fa0ac60cfcc9;hpb=718882b326f00c8315bca5acc439b92aa37bf021;p=akkoma diff --git a/mix.exs b/mix.exs index d632e0593..6b95eeec3 100644 --- a/mix.exs +++ b/mix.exs @@ -45,6 +45,9 @@ defmodule Pleroma.Mixfile do {:cachex, "~> 3.0.2"}, {:httpoison, "~> 1.2.0"}, {:jason, "~> 1.0"}, + {:mogrify, "~> 0.6.1"}, + {:ex_aws, "~> 2.0"}, + {:ex_aws_s3, "~> 2.0"}, {:ex_machina, "~> 2.2", only: :test}, {:credo, "~> 0.9.3", only: [:dev, :test]}, {:mock, "~> 0.3.1", only: :test}