X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=76bf2848e9ef6c4d6e52f621bf01ba417a392ef1;hb=b8d5c09f48a4b643f0dc60930bc69772a32a3b5e;hp=0aa7c862fa68789382892a592e0b389c724b4f59;hpb=71bffbf0b7a3f0e245408a977c48a51763021508;p=akkoma diff --git a/mix.exs b/mix.exs index 0aa7c862f..76bf2848e 100644 --- a/mix.exs +++ b/mix.exs @@ -63,7 +63,7 @@ defmodule Pleroma.Mixfile do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize, :swarm], + extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize], included_applications: [:ex_syslogger] ] end @@ -104,7 +104,6 @@ defmodule Pleroma.Mixfile do {:ecto_sql, "~> 3.2"}, {:postgrex, ">= 0.13.5"}, {:oban, "~> 0.12.0"}, - {:quantum, "~> 2.3"}, {:gettext, "~> 0.15"}, {:comeonin, "~> 4.1.1"}, {:pbkdf2_elixir, "~> 0.12.3"}, @@ -158,7 +157,7 @@ defmodule Pleroma.Mixfile do {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"}, - {:excoveralls, "~> 0.11.1", only: :test}, + {:excoveralls, "~> 0.12.1", only: :test}, {:flake_id, "~> 0.1.0"}, {:remote_ip, git: "https://git.pleroma.social/pleroma/remote_ip.git",