Add RateLimiter

This commit is contained in:
Egor Kislitsyn 2019-06-11 14:27:41 +07:00
commit 2e5affce61
4 changed files with 207 additions and 1 deletions

View file

@ -129,7 +129,7 @@ defmodule Pleroma.Mixfile do
{:quack, "~> 0.1.1"},
{:benchee, "~> 1.0"},
{:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
{:ex_rated, "~> 1.2"},
{:ex_rated, "~> 1.3"},
{:plug_static_index_html, "~> 1.0.0"},
{:excoveralls, "~> 0.11.1", only: :test}
] ++ oauth_deps()