diff options
author | rinpatch <rinpatch@sdf.org> | 2021-01-14 18:29:25 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2021-01-14 18:29:25 +0000 |
commit | 93ce7b0efbe57de3d458d1ad9cd88fcd76d63241 (patch) | |
tree | dd4f6af04ada4fc3df7041831cd40c1f771511b7 /mix.exs | |
parent | f917285b72dbc770be40478e1a55973f29d5db7d (diff) | |
parent | c4b74c9c3fcf926de374f512e8b218e6785448e5 (diff) | |
download | pleroma-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.exs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"}, |