Merge remote-tracking branch 'origin/develop' into feature/bbs
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 9ded9931cb4ac2309048a4d54e66eb93230d1cb7..38e83e67927bd1dff9227e9ef1e0c11cfa33c780 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -41,7 +41,7 @@ defmodule Pleroma.Mixfile do
   def application do
     [
       mod: {Pleroma.Application, []},
-      extra_applications: [:logger, :runtime_tools, :comeonin, :quack],
+      extra_applications: [:logger, :runtime_tools, :comeonin, :esshd, :quack],
       included_applications: [:ex_syslogger]
     ]
   end
@@ -111,7 +111,9 @@ defmodule Pleroma.Mixfile do
       {:prometheus_ecto, "~> 1.4"},
       {:prometheus_process_collector, "~> 1.4"},
       {:recon, github: "ferd/recon", tag: "2.4.0"},
-      {:quack, "~> 0.1.1"}
+      {:quack, "~> 0.1.1"},
+      {:benchee, "~> 1.0"},
+                                                       {:esshd, "~> 0.1.0"}
     ] ++ oauth_deps
   end