X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=170bea95bc874338a59cf68b2090054e65ad399a;hb=12a171844b139cd6ea61e24ff9bc7f1b5e41ec51;hp=360d499050ab28766a1ae676079c400b6b44486d;hpb=e25af3f2d8ee5459d20b67049da8d2e99f5d72a7;p=akkoma diff --git a/mix.exs b/mix.exs index 360d49905..170bea95b 100644 --- a/mix.exs +++ b/mix.exs @@ -196,6 +196,11 @@ defmodule Pleroma.Mixfile do {:majic, "~> 1.0"}, {:eblurhash, "~> 1.1.0"}, {:open_api_spex, "~> 3.10"}, + {:elastix, ">= 0.0.0"}, + {:search_parser, + git: "https://github.com/FloatingGhost/pleroma-contrib-search-parser.git", + ref: "08971a81e68686f9ac465cfb6661d51c5e4e1e7f"}, + {:nimble_parsec, "~> 1.0", override: true}, {:phoenix_live_dashboard, "~> 0.6.2"}, {:ecto_psql_extras, "~> 0.6"},