X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=0e54f0246adf30d45551f3d466ffa0720eeb885b;hb=1feb193731881f87efda0dd3c08d554d2ef22971;hp=43a93cc2c586155c95cbde0ed9ea22bdf9af9a47;hpb=a8e50d602ba25b2062e0e676e1dd115da64c2565;p=akkoma diff --git a/mix.exs b/mix.exs index 43a93cc2c..0e54f0246 100644 --- a/mix.exs +++ b/mix.exs @@ -38,6 +38,9 @@ defmodule Pleroma.Mixfile do {:trailing_format_plug, "~> 0.0.5" }, {:html_sanitize_ex, "~> 1.0.0"}, {:calendar, "~> 0.16.1"}, + {:cachex, "~> 2.1"}, + {:httpoison, "~> 0.11.1"}, + {:ex_machina, "~> 2.0", only: :test}, {:mix_test_watch, "~> 0.2", only: :dev}] end