Don't use HTTP dependencies in Nimble due to nim-lang/nimble#543
This commit is contained in:
parent
7ba90fda54
commit
f84b3c337c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue