X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=9d8ded1ff9257420de8c149969e1b019a7a32c66;hb=c34126f89ca58141cc927bddc2474bef76ea1575;hp=3170d6f2d7ca8413660297439c3fbc092569a458;hpb=6a101f0361782fb7e5a01cb51565b062f9ffb548;p=akkoma diff --git a/mix.exs b/mix.exs index 3170d6f2d..9d8ded1ff 100644 --- a/mix.exs +++ b/mix.exs @@ -101,6 +101,8 @@ defmodule Pleroma.Mixfile do {:phoenix_ecto, "~> 4.0"}, {:ecto_sql, "~> 3.1"}, {:postgrex, ">= 0.13.5"}, + {:oban, "~> 0.7"}, + {:quantum, "~> 2.3"}, {:gettext, "~> 0.15"}, {:comeonin, "~> 4.1.1"}, {:pbkdf2_elixir, "~> 0.12.3"}, @@ -141,7 +143,6 @@ defmodule Pleroma.Mixfile do {:http_signatures, git: "https://git.pleroma.social/pleroma/http_signatures.git", ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"}, - {:pleroma_job_queue, "~> 0.3"}, {:telemetry, "~> 0.3"}, {:prometheus_ex, "~> 3.0"}, {:prometheus_plugs, "~> 1.1"},