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() =