summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 66128cfd6..34ce8a307 100644
--- a/mix.exs
+++ b/mix.exs
@@ -116,7 +116,8 @@ defmodule Pleroma.Mixfile do
{:quantum, "~> 2.3"},
{:joken, "~> 2.0"},
{:benchee, "~> 1.0"},
- {:esshd, "~> 0.1.0"}
+ {:esshd, "~> 0.1.0"},
+ {:plug_static_index_html, "~> 1.0.0"}
] ++ oauth_deps
end