From df5f2edb221715a8b2cac7bd8eaa0a032fbbaaa9 Mon Sep 17 00:00:00 2001 From: Dimitar Panayotov Date: Sat, 23 Oct 2021 05:19:22 +0300 Subject: [PATCH] use Poison only in test env (#57) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index caf500d..7b64439 100644 --- a/mix.exs +++ b/mix.exs @@ -34,7 +34,7 @@ defmodule Eth.Mixfile do {:hexate, "~> 0.6.1"}, {:ex_keccak, "~> 0.2.0"}, {:mnemonic, "~> 0.3.0"}, - {:poison, "~> 5.0.0"}, + {:poison, "~> 5.0.0", only: :test}, {:ex_secp256k1, "~> 0.2.1"}, ] end