diff --git a/mix.exs b/mix.exs index 902a169..4155f2d 100644 --- a/mix.exs +++ b/mix.exs @@ -65,7 +65,8 @@ defmodule Api.MixProject do {:castore, "~> 1.0.10"}, {:dotenv, "~> 3.1"}, {:httpoison, "~> 2.2"}, - {:nimble_parsec, "~> 1.4"} + {:nimble_parsec, "~> 1.4"}, + {:req, "~> 0.5.15"} ] end