X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=4d2ec4cace5d3b0618a51a0a6bff11988aa27a13;hb=e127b9ab6d01da48ebad188d2b9fcf7cb8a41578;hp=96ef723b2d444d8ba3b649e376635a356fb49483;hpb=0d9609894f4f4557da2db62a33da1b8995c9e1d7;p=akkoma diff --git a/mix.exs b/mix.exs index 96ef723b2..4d2ec4cac 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"},