Add poison to dependencies (#11)
This commit is contained in:
parent
3c65cf5814
commit
8f00575620
1
mix.exs
1
mix.exs
@ -27,6 +27,7 @@ defmodule UeberauthTwitter.Mixfile do
|
|||||||
[{:ueberauth, "~> 0.2"},
|
[{:ueberauth, "~> 0.2"},
|
||||||
{:oauth, github: "tim/erlang-oauth"},
|
{:oauth, github: "tim/erlang-oauth"},
|
||||||
{:httpoison, "~> 0.7"},
|
{:httpoison, "~> 0.7"},
|
||||||
|
{:poison, "~> 1.3 or ~> 2.0"},
|
||||||
{:ex_doc, "~> 0.1", only: :dev},
|
{:ex_doc, "~> 0.1", only: :dev},
|
||||||
{:earmark, ">= 0.0.0", only: :dev}]
|
{:earmark, ">= 0.0.0", only: :dev}]
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user