Merge branch 'feature/staff-discovery-api' into 'develop'
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 7a90d8a9e9d52b798df1cb9b403afaf053479b4c..6b95eeec38d94e9698ae0df2bd6e021611b8f203 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -45,7 +45,9 @@ defmodule Pleroma.Mixfile do
       {:cachex, "~> 3.0.2"},
       {:httpoison, "~> 1.2.0"},
       {:jason, "~> 1.0"},
-      {:mogrify, "~> 0.6.1"}
+      {: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}