Merge branch 'feature/database-configuration-whitelist' into 'develop'
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 0186d291fff2fc25ba9ae6bc64503abdbca28fe2..b8e663a0355955739c4a8fa145730c7ab8877a22 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -127,6 +127,7 @@ defmodule Pleroma.Mixfile do
       {:oban, "~> 1.2"},
       {:gettext, "~> 0.15"},
       {:pbkdf2_elixir, "~> 1.0"},
+      {:bcrypt_elixir, "~> 2.0"},
       {:trailing_format_plug, "~> 0.0.7"},
       {:fast_sanitize, "~> 0.1"},
       {:html_entities, "~> 0.5", override: true},