diff options
author | raeno <just.raeno@gmail.com> | 2018-12-14 20:28:35 +0100 |
---|---|---|
committer | raeno <just.raeno@gmail.com> | 2018-12-14 20:28:35 +0100 |
commit | 90b00701ff0e2622825ef4c86409a27691763baf (patch) | |
tree | 7fa693fe9ce921b50d103d2c61c4b9a9de28a91f /mix.exs | |
parent | 9ff61ed793b7fd968b51c5f6e4b72958adeae977 (diff) | |
parent | 980131b4db4f2da319d9054889bdb962aa8c837e (diff) | |
download | pleroma-90b00701ff0e2622825ef4c86409a27691763baf.tar.gz pleroma-90b00701ff0e2622825ef4c86409a27691763baf.zip |
Merge branch 'develop' into oembed_provider
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |