Merge branch 'chore/format-migrations' into 'develop'
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index f2635da2427feacc994c00d08ea7400d12f86f97..3a605b4553d41c74ede5cd731007555f28736342 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -158,6 +158,10 @@ 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"},
+      {:remote_ip,
+       git: "https://git.pleroma.social/pleroma/remote_ip.git",
+       ref: "825dc00aaba5a1b7c4202a532b696b595dd3bcb3"},
       {:mox, "~> 0.5", only: :test}
     ] ++ oauth_deps()
   end