X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=861b94ad0af1e5ad92bfef4dd8e3de875a0d7b9c;hb=b736312123bd11e8ba87b8b39245c0f441ebd7fb;hp=f2635da2427feacc994c00d08ea7400d12f86f97;hpb=25b43656565b0044d79d7e969d98a0f8283279fc;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