TwitterAPI: Don't put follows into the public tls.
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 277c81672b96c246517cd9026cf1439f376cbf81..dfb8f6c22f1a56355de7e361b65470e19f68a2f4 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -45,7 +45,8 @@ defmodule Pleroma.Mixfile do
       {:httpoison, "~> 0.11.2"},
       {:jason, "~> 1.0"},
       {:ex_machina, "~> 2.0", only: :test},
-      {:credo, "~> 0.7", only: [:dev, :test]}
+      {:credo, "~> 0.7", only: [:dev, :test]},
+      {:mock, "~> 0.3.0", only: :test}
     ]
   end