From bfc290f360d02009aabf1a2ebc66e5f8322e92e7 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sat, 15 Sep 2018 23:50:44 +0300 Subject: [PATCH] Don't use HTTP dependencies in Nimble due to nim-lang/nimble#543 --- json_rpc.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json_rpc.nimble b/json_rpc.nimble index 5ac62d1..4fcdaa1 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -9,8 +9,8 @@ skipDirs = @["tests"] requires "nim >= 0.17.3", "nimcrypto", "stint", - "https://github.com/status-im/nim-asyncdispatch2", - "https://github.com/status-im/nim-http-utils", + "asyncdispatch2", + "httputils", "chronicles" proc configForTests() =