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