Don't use HTTP dependencies in Nimble due to nim-lang/nimble#543

This commit is contained in:
Zahary Karadjov 2018-09-15 23:52:15 +03:00
parent d30dce9d53
commit 2785dcdd19
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ requires "nim > 0.18.0",
"stint",
"byteutils",
"chronicles",
"https://github.com/status-im/nim-asyncdispatch2",
"https://github.com/status-im/nim-eth-common"
"asyncdispatch2",
"eth_common"
proc runTest(name: string, lang = "c") = exec "nim " & lang & " --experimental:ForLoopMacros -r tests/" & name