From 8f00575620ed375092789238360afe6b562d86e1 Mon Sep 17 00:00:00 2001 From: Jeff Browning Date: Thu, 27 Oct 2016 11:34:37 -0400 Subject: [PATCH] Add poison to dependencies (#11) --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 47c25ad..444b4b7 100644 --- a/mix.exs +++ b/mix.exs @@ -27,6 +27,7 @@ defmodule UeberauthTwitter.Mixfile do [{:ueberauth, "~> 0.2"}, {:oauth, github: "tim/erlang-oauth"}, {:httpoison, "~> 0.7"}, + {:poison, "~> 1.3 or ~> 2.0"}, {:ex_doc, "~> 0.1", only: :dev}, {:earmark, ">= 0.0.0", only: :dev}] end