summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-05-11 01:34:17 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-05-11 01:34:17 +0000
commit8d13c42926450aff6a0062f092cd1a5d59f99869 (patch)
tree0cb14ad1a42e791bee88868b5848312e2be48d73 /mix.exs
parent17d01869ea82e1b0ad4b78479cabe0637d04d1cf (diff)
parentc953ae8c3d75beb55ba02b3bada864d019470b05 (diff)
downloadpleroma-8d13c42926450aff6a0062f092cd1a5d59f99869.tar.gz
pleroma-8d13c42926450aff6a0062f092cd1a5d59f99869.zip
Merge branch 'feature/adminfe' into 'develop'
Feature/adminfe See merge request pleroma/pleroma!1116
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 fae21f18d..5600aaa42 100644
--- a/mix.exs
+++ b/mix.exs
@@ -113,7 +113,8 @@ defmodule Pleroma.Mixfile do
{:recon, github: "ferd/recon", tag: "2.4.0"},
{:quack, "~> 0.1.1"},
{:benchee, "~> 1.0"},
- {:esshd, "~> 0.1.0"}
+ {:esshd, "~> 0.1.0"},
+ {:plug_static_index_html, "~> 1.0.0"}
] ++ oauth_deps
end