summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-08-27 23:24:35 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-08-27 23:24:35 +0000
commit4e4b1016ab03d413b7b037333d1869935d7789be (patch)
treed3d13654587e351b17d38bce1db02d68efe1425a /mix.exs
parent5ffaa2bf69679f118af9736d62535cc4eb870709 (diff)
downloadpleroma-4e4b1016ab03d413b7b037333d1869935d7789be.tar.gz
pleroma-4e4b1016ab03d413b7b037333d1869935d7789be.zip
mix: add ex_aws and ex_aws_s3 dependencies
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 2 insertions, 0 deletions
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}