Add info on fe to setup of dev env
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index f391271e7637969aada56da7387ca4cdd433bf87..93184a0f9a071ccc521b66d2152af5ea07e09cb9 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -143,6 +143,7 @@ defmodule Pleroma.Mixfile do
       {:sweet_xml, "~> 0.7.2"},
       {:earmark, "~> 1.4.15"},
       {:bbcode_pleroma, "~> 0.2.0"},
+      {:argon2_elixir, "~> 3.0.0"},
       {:cors_plug, "~> 2.0"},
       {:web_push_encryption, "~> 0.3.1"},
       {:swoosh, "~> 1.0"},
@@ -199,7 +200,7 @@ defmodule Pleroma.Mixfile do
        ref: "1c1b99ea41a457761383d81aaf6a606913996fe7",
        only: [:dev, :test],
        runtime: false},
-      {:mock, "~> 0.3.5", only: :test},
+      {:mock, "~> 0.3.7", only: :test},
       {:excoveralls, "0.15.1", only: :test},
       {:mox, "~> 1.0", only: :test},
       {:websockex, "~> 0.4.3", only: :test},