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

This commit is contained in:
Zahary Karadjov 2018-09-16 00:08:29 +03:00
parent 7ba90fda54
commit f84b3c337c
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ requires "nim >= 0.18.1",
"stint", "stint",
"rocksdb", "rocksdb",
"eth_trie", "eth_trie",
"https://github.com/status-im/nim-eth-common", "eth_common",
"json_rpc", "json_rpc",
"https://github.com/status-im/nim-asyncdispatch2", "asyncdispatch2",
"eth_p2p", "eth_p2p",
"eth_keyfile", "eth_keyfile",
"eth_keys" "eth_keys"