Add `:max_remote_account_fields` config option
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index ac175dfed1289d53acb78421e039c065a413eb72..334fabb33985ac67735ba4b3e85a5b853f8de762 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -114,8 +114,9 @@ defmodule Pleroma.Mixfile do
       {:tesla, "~> 1.2"},
       {:jason, "~> 1.0"},
       {:mogrify, "~> 0.6.1"},
-      {:ex_aws, "~> 2.0"},
+      {:ex_aws, "~> 2.1"},
       {:ex_aws_s3, "~> 2.0"},
+      {:sweet_xml, "~> 0.6.6"},
       {:earmark, "~> 1.3"},
       {:bbcode, "~> 0.1.1"},
       {:ex_machina, "~> 2.3", only: :test},