From 4e4b1016ab03d413b7b037333d1869935d7789be Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 27 Aug 2018 23:24:35 +0000 Subject: mix: add ex_aws and ex_aws_s3 dependencies --- mix.exs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mix.exs') 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} -- cgit v1.2.3