X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=6b95eeec38d94e9698ae0df2bd6e021611b8f203;hb=a9c0f395cb4d854e552a3205cb5b38ff610f8e27;hp=941b9c149bac0a1e3ba3ea71c187ae60c6562841;hpb=0f5bff8c66fa2b67633fe05de8aaa1985f4d98f8;p=akkoma diff --git a/mix.exs b/mix.exs index 941b9c149..6b95eeec3 100644 --- a/mix.exs +++ b/mix.exs @@ -46,6 +46,8 @@ defmodule Pleroma.Mixfile do {: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}