summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorhref <href+git-pleroma@random.sh>2018-12-14 09:16:03 +0000
committerhref <href+git-pleroma@random.sh>2018-12-14 09:16:03 +0000
commit30dc81667c56216e712564975ed60c062676490b (patch)
treeb19c9c7588abbf01cfedb5c755106561f0f19371 /mix.exs
parent262cc6d44b2e77807373cfaff730c938112c5891 (diff)
parentf81213910fb32505b92fc19270cc483e00862d0c (diff)
downloadpleroma-30dc81667c56216e712564975ed60c062676490b.tar.gz
pleroma-30dc81667c56216e712564975ed60c062676490b.zip
Merge branch '114_user_registration_emails' into 'develop'
[#114] User registration emails Closes #114 See merge request pleroma/pleroma!531
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index b5bcd027f..0fb40e07b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -75,7 +75,9 @@ defmodule Pleroma.Mixfile do
git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"},
{:cors_plug, "~> 1.5"},
{:ex_doc, "> 0.18.3 and < 0.20.0", only: :dev, runtime: false},
- {:web_push_encryption, "~> 0.2.1"}
+ {:web_push_encryption, "~> 0.2.1"},
+ {:swoosh, "~> 0.20"},
+ {:gen_smtp, "~> 0.13"}
]
end