X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=0e54f0246adf30d45551f3d466ffa0720eeb885b;hb=a2b79ce7d14060f643439bc95be4eded399b05c2;hp=43a93cc2c586155c95cbde0ed9ea22bdf9af9a47;hpb=84c20128100ad5b074720c44a24375b809a0ce09;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