X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=ccf7790b088af1266bc2ae991f6d6e44b471575d;hb=5803672ae5c66f08ecec2d1e850cb4b4ccea3474;hp=efdd4b7eda04536fb5424fa4a5fb9d89558d3271;hpb=b73a1a33de76dc848037a5d0e951866bd21f92c4;p=akkoma diff --git a/mix.exs b/mix.exs index efdd4b7ed..ccf7790b0 100644 --- a/mix.exs +++ b/mix.exs @@ -32,7 +32,11 @@ defmodule Pleroma.Mixfile do # # Type `mix help compile.app` for more information. def application do - [mod: {Pleroma.Application, []}, extra_applications: [:logger, :runtime_tools, :comeonin]] + [ + mod: {Pleroma.Application, []}, + extra_applications: [:logger, :runtime_tools, :comeonin], + included_applications: [:ex_syslogger] + ] end # Specifies which paths to compile per environment. @@ -75,7 +79,9 @@ 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"}, + {:ex_syslogger, github: "slashmili/ex_syslogger", tag: "1.4.0"} ] end