diff options
author | lain <lain@soykaf.club> | 2019-08-08 14:38:33 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-08-08 14:38:33 +0000 |
commit | 29807ef6a5b43a528ffca08b4f721b251f331c8d (patch) | |
tree | 76930c3a3dc12b95bcb57a9b4832f861dd68d960 /mix.exs | |
parent | b18234e04c76daa564e0d8157dcd09566485da24 (diff) | |
parent | 9d4f34fbcb1a8e2eca424b3a3374c9f9af972574 (diff) | |
download | pleroma-29807ef6a5b43a528ffca08b4f721b251f331c8d.tar.gz pleroma-29807ef6a5b43a528ffca08b4f721b251f331c8d.zip |
Merge branch 'feature/digest-email' into 'develop'
Feature/digest email
See merge request pleroma/pleroma!1078
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -127,6 +127,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"}, @@ -139,7 +140,7 @@ defmodule Pleroma.Mixfile do {:http_signatures, git: "https://git.pleroma.social/pleroma/http_signatures.git", ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"}, - {:pleroma_job_queue, "~> 0.2.0"}, + {:pleroma_job_queue, "~> 0.3"}, {:telemetry, "~> 0.3"}, {:prometheus_ex, "~> 3.0"}, {:prometheus_plugs, "~> 1.1"}, @@ -147,6 +148,7 @@ defmodule Pleroma.Mixfile do {:prometheus_ecto, "~> 1.4"}, {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, + {:joken, "~> 2.0"}, {:benchee, "~> 1.0"}, {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, {:ex_rated, "~> 1.3"}, |