Add missing dependencies to ethereum_jsonrpc

pull/1184/head
William Sanches 6 years ago
parent a754a72390
commit 8d3d26d140
No known key found for this signature in database
GPG Key ID: 27250E49FB133014
  1. 4
      apps/ethereum_jsonrpc/mix.exs

@ -87,7 +87,9 @@ defmodule EthereumJsonrpc.MixProject do
# `:verify_fun` for `Socket.Web.connect`
{:ssl_verify_fun, "~> 1.1"},
# `EthereumJSONRPC.WebSocket`
{:websocket_client, "~> 1.3"}
{:websocket_client, "~> 1.3"},
{:decimal, "~> 1.0"},
{:decorator, "~> 1.2"}
]
end
end

Loading…
Cancel
Save