X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=861b94ad0af1e5ad92bfef4dd8e3de875a0d7b9c;hb=eb9aa7aa1095de150d036839c78c402019efb4b1;hp=f2635da2427feacc994c00d08ea7400d12f86f97;hpb=02bbcd6180702828b08a37ccf214cc3b7d5ebd24;p=akkoma diff --git a/mix.exs b/mix.exs index f2635da24..861b94ad0 100644 --- a/mix.exs +++ b/mix.exs @@ -158,6 +158,7 @@ defmodule Pleroma.Mixfile do {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"}, {:excoveralls, "~> 0.11.1", only: :test}, + {:flake_id, "~> 0.1.0"}, {:mox, "~> 0.5", only: :test} ] ++ oauth_deps() end