X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=195fd3a9dd67a566d6da636e3788a9e817ef61ea;hb=415d9dd6f6887af96d85cfb2c306b94bb8a1a42f;hp=9385f7cf4e636c5ec16bfe181f2232a66141dfb2;hpb=aaed93db27ea706bab772ea87b4d39e02906d547;p=akkoma diff --git a/mix.exs b/mix.exs index 9385f7cf4..195fd3a9d 100644 --- a/mix.exs +++ b/mix.exs @@ -86,7 +86,7 @@ defmodule Pleroma.Mixfile do end # Specifies which paths to compile per environment. - defp elixirc_paths(:benchmark), do: ["lib", "benchmarks"] + defp elixirc_paths(:benchmark), do: ["lib", "benchmarks", "priv/scrubbers"] defp elixirc_paths(:test), do: ["lib", "test/support"] defp elixirc_paths(_), do: ["lib"] @@ -197,6 +197,11 @@ defmodule Pleroma.Mixfile do ref: "289cda1b6d0d70ccb2ba508a2b0bd24638db2880"}, {: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}, # indirect dependency version override {:plug, "~> 1.10.4", override: true},