X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=09bc34f1a5e417a7c036224ca05448461132b7fc;hb=b1edd94baa64a18223ae2cc731231ba4314fd0d3;hp=43a93cc2c586155c95cbde0ed9ea22bdf9af9a47;hpb=d2bf099ae66b7332128c854f322bb8a00eb62212;p=akkoma diff --git a/mix.exs b/mix.exs index 43a93cc2c..09bc34f1a 100644 --- a/mix.exs +++ b/mix.exs @@ -38,6 +38,8 @@ defmodule Pleroma.Mixfile do {:trailing_format_plug, "~> 0.0.5" }, {:html_sanitize_ex, "~> 1.0.0"}, {:calendar, "~> 0.16.1"}, + {:con_cache, "~> 0.12.0"}, + {:ex_machina, "~> 2.0", only: :test}, {:mix_test_watch, "~> 0.2", only: :dev}] end