X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=97b5617907d2f298defbccfb096e486421383a29;hb=80308c5c262662084dc89de05e976e7166cbb304;hp=b76aef18075f666976edb0c04d10c3bcf8678616;hpb=bedc558809832ce6ef6063fe91656a0fff0e222c;p=akkoma diff --git a/mix.exs b/mix.exs index b76aef180..97b561790 100644 --- a/mix.exs +++ b/mix.exs @@ -72,7 +72,15 @@ defmodule Pleroma.Mixfile do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize, :ssl], + extra_applications: [ + :logger, + :runtime_tools, + :comeonin, + :quack, + :fast_sanitize, + :ssl, + :eldap + ], included_applications: [:ex_syslogger] ] end @@ -176,6 +184,7 @@ defmodule Pleroma.Mixfile do {:quack, "~> 0.1.1"}, {:joken, "~> 2.0"}, {:benchee, "~> 1.0"}, + {:pot, "~> 0.10.2"}, {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"}, @@ -189,7 +198,9 @@ defmodule Pleroma.Mixfile do ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, {:mox, "~> 0.5", only: :test}, {:restarter, path: "./restarter"}, - {:open_api_spex, "~> 3.6"} + {:open_api_spex, + git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git", + ref: "b862ebd78de0df95875cf46feb6e9607130dc2a8"} ] ++ oauth_deps() end