X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=3e4c7cbd82bcd04956c9f376a8a854e1d7cce462;hb=9abf13abe05f3f53bdf21d4d97242e571b1767c6;hp=87c025d89c3a6ff7cbd298fb9c7e3c3687a0fe6e;hpb=349b9d86dc25ae9514781ef2ac56953fa357a031;p=akkoma diff --git a/mix.exs b/mix.exs index 87c025d89..3e4c7cbd8 100644 --- a/mix.exs +++ b/mix.exs @@ -179,7 +179,8 @@ defmodule Pleroma.Mixfile do git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git", ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, {:mox, "~> 0.5", only: :test}, - {:restarter, path: "./restarter"} + {:restarter, path: "./restarter"}, + {:open_api_spex, "~> 3.6"} ] ++ oauth_deps() end