summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-04-01 23:00:59 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-04-01 23:13:08 +0400
commit23219e6fb3163bfac07fb5fb1b2602dcd27e47c2 (patch)
tree0e878d883de8d33d86ac334b74b25543fd62dc23 /mix.exs
parent8bd5ad8664479b722e6905306f6342f35e2a84d2 (diff)
downloadpleroma-23219e6fb3163bfac07fb5fb1b2602dcd27e47c2.tar.gz
pleroma-23219e6fb3163bfac07fb5fb1b2602dcd27e47c2.zip
Add OpenAPI
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 890979f8b..ebd4a5ea6 100644
--- a/mix.exs
+++ b/mix.exs
@@ -171,7 +171,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