Add poison to dependencies (#11)

This commit is contained in:
Jeff Browning 2016-10-27 11:34:37 -04:00 committed by Sean Callan
parent 3c65cf5814
commit 8f00575620
1 changed files with 1 additions and 0 deletions

View File

@ -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