X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=b012efd7e36539398945660a7822164bb6fdd7fb;hb=eae991b06a22bf7fc3eef7a0d5b409c931c1f6cb;hp=f96789d215870752c286ffa2aaa2d03669bf12c9;hpb=db75288b71e7531f8e5033f56fc0b9a7d1d8efb3;p=akkoma diff --git a/mix.exs b/mix.exs index f96789d21..b012efd7e 100644 --- a/mix.exs +++ b/mix.exs @@ -126,6 +126,7 @@ defmodule Pleroma.Mixfile do {:ex_doc, "~> 0.20.2", only: :dev, runtime: false}, {:web_push_encryption, "~> 0.2.1"}, {:swoosh, "~> 0.23.2"}, + {:phoenix_swoosh, "~> 0.2"}, {:gen_smtp, "~> 0.13"}, {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}, {:floki, "~> 0.20.0"}, @@ -146,6 +147,8 @@ defmodule Pleroma.Mixfile do {:prometheus_ecto, "~> 1.4"}, {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, + {:quantum, "~> 2.3"}, + {:joken, "~> 2.0"}, {:benchee, "~> 1.0"}, {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, {:ex_rated, "~> 1.3"},