diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-01 23:00:59 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-01 23:13:08 +0400 |
commit | 23219e6fb3163bfac07fb5fb1b2602dcd27e47c2 (patch) | |
tree | 0e878d883de8d33d86ac334b74b25543fd62dc23 /mix.exs | |
parent | 8bd5ad8664479b722e6905306f6342f35e2a84d2 (diff) | |
download | pleroma-23219e6fb3163bfac07fb5fb1b2602dcd27e47c2.tar.gz pleroma-23219e6fb3163bfac07fb5fb1b2602dcd27e47c2.zip |
Add OpenAPI
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |