diff options
author | Steven Fuchs <steven.fuchs@dockyard.com> | 2019-11-11 12:13:06 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-11-11 12:13:06 +0000 |
commit | 94627baa5cca524fe0c4f7043e25d71ed245626a (patch) | |
tree | 6b71d1a382fdb4dbcf2510397bbd59405afc79a4 /mix.exs | |
parent | 7438c177d9f57e8779b979ca553c3b501726efb3 (diff) | |
download | pleroma-94627baa5cca524fe0c4f7043e25d71ed245626a.tar.gz pleroma-94627baa5cca524fe0c4f7043e25d71ed245626a.zip |
New rate limiter
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -155,7 +155,6 @@ defmodule Pleroma.Mixfile do {:joken, "~> 2.0"}, {:benchee, "~> 1.0"}, {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, - {:ex_rated, "~> 1.3"}, {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"}, {:excoveralls, "~> 0.11.1", only: :test}, |