summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2021-01-14 18:29:25 +0000
committerrinpatch <rinpatch@sdf.org>2021-01-14 18:29:25 +0000
commit93ce7b0efbe57de3d458d1ad9cd88fcd76d63241 (patch)
treedd4f6af04ada4fc3df7041831cd40c1f771511b7 /mix.exs
parentf917285b72dbc770be40478e1a55973f29d5db7d (diff)
parentc4b74c9c3fcf926de374f512e8b218e6785448e5 (diff)
downloadpleroma-93ce7b0efbe57de3d458d1ad9cd88fcd76d63241.tar.gz
pleroma-93ce7b0efbe57de3d458d1ad9cd88fcd76d63241.zip
Merge branch 'pleroma-password' into 'develop'
Add password module See merge request pleroma/pleroma!3253
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f26a5391a..14448f12f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -125,7 +125,6 @@ defmodule Pleroma.Mixfile do
{:postgrex, ">= 0.15.5"},
{:oban, "~> 2.1.0"},
{:gettext, "~> 0.18"},
- {:pbkdf2_elixir, "~> 1.2"},
{:bcrypt_elixir, "~> 2.2"},
{:trailing_format_plug, "~> 0.0.7"},
{:fast_sanitize, "~> 0.2.0"},