Add Oban.Plugins.Lazarus

This commit is contained in:
Mark Felder 2024-09-17 14:24:12 -04:00
commit 2c2de55b05
4 changed files with 6 additions and 1 deletions

View file

@ -145,6 +145,9 @@ defmodule Pleroma.Mixfile do
{:tzdata, "~> 1.0.3"},
{:plug_cowboy, "~> 2.5"},
{:oban, "~> 2.18.0"},
{:oban_plugins_lazarus,
git: "https://git.pleroma.social/pleroma/elixir-libraries/oban_plugins_lazarus.git",
ref: "e49fc355baaf0e435208bf5f534d31e26e897711"},
{:gettext, "~> 0.20"},
{:bcrypt_elixir, "~> 2.2"},
{:trailing_format_plug, "~> 0.0.7"},