Add OpenAPI

This commit is contained in:
Egor Kislitsyn 2020-04-01 23:00:59 +04:00
commit 23219e6fb3
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
12 changed files with 266 additions and 8 deletions

View file

@ -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