From ebad348f5a077b7bbd32b22e4cb4568a33d0505f Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Fri, 30 Mar 2018 17:06:46 +0300 Subject: [PATCH] Added more dependencies --- ethp2p.nimble | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ethp2p.nimble b/ethp2p.nimble index 5ca4aec..e6c7de9 100644 --- a/ethp2p.nimble +++ b/ethp2p.nimble @@ -7,7 +7,13 @@ description = "Ethereum P2P library" license = "MIT" skipDirs = @["tests", "Nim"] -requires "nim > 0.18.0", "https://github.com/status-im/nim-rlp >= 1.0.1", "https://github.com/cheatfate/nimcrypto >= 0.1.0", "https://github.com/status-im/nim-secp256k1 >= 0.1.0" +requires "nim > 0.18.0", + "rlp >= 1.0.1", + "nimcrypto >= 0.1.0", + "secp256k1 >= 0.1.0", + "eth_keys", + "ranges", + "ttmath" proc runTest(name: string, lang = "c") = exec "nim " & lang & " -r tests/" & name