X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=459dbfae89b0e18daf44fda2b2ec6ad7c47c5112;hb=81abee22b6cd75de756a59442ff792a9d1879bd6;hp=8ff0b289559d073bd44968ed27816043a881bca5;hpb=ca6f1644aa72e9f3b56e57b8b6dfc0830d44648a;p=akkoma diff --git a/mix.exs b/mix.exs index 8ff0b2895..459dbfae8 100644 --- a/mix.exs +++ b/mix.exs @@ -157,6 +157,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