X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=bd9bce7665c7b99fce4adf9cb98d109f1011bb47;hb=4944498133d4a945650201226808b1f09d355014;hp=9ffcf5928771a59f609b210592acae7f98015aef;hpb=f70b20e49989a8445b88365e8abec0e336263282;p=akkoma diff --git a/mix.exs b/mix.exs index 9ffcf5928..bd9bce766 100644 --- a/mix.exs +++ b/mix.exs @@ -56,6 +56,7 @@ defmodule Pleroma.Mixfile do {:calendar, "~> 0.17.4"}, {:cachex, "~> 3.0.2"}, {:httpoison, "~> 1.2.0"}, + {:tesla, "~> 1.2"}, {:jason, "~> 1.0"}, {:mogrify, "~> 0.6.1"}, {:ex_aws, "~> 2.0"}, @@ -67,7 +68,8 @@ defmodule Pleroma.Mixfile do {:crypt, 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} + {:ex_doc, "> 0.18.3 and < 0.20.0", only: :dev, runtime: false}, + {:web_push_encryption, "~> 0.2.1"} ] end