X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=0b8052d0aa188d43f39cdf5e3603b0dd10251279;hb=db6f4496ebb5dbcb680104b2df80410b9dcb8407;hp=efdd4b7eda04536fb5424fa4a5fb9d89558d3271;hpb=32541172cd490d68ada7e65e9f59b71bb04e0bde;p=akkoma diff --git a/mix.exs b/mix.exs index efdd4b7ed..0b8052d0a 100644 --- a/mix.exs +++ b/mix.exs @@ -75,7 +75,8 @@ defmodule Pleroma.Mixfile do {:web_push_encryption, "~> 0.2.1"}, {:swoosh, "~> 0.20"}, {:gen_smtp, "~> 0.13"}, - {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test} + {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}, + {:floki, "~> 0.20.0"} ] end