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

This commit is contained in:
Zahary Karadjov 2018-09-15 23:50:44 +03:00
parent d469109680
commit bfc290f360
1 changed files with 2 additions and 2 deletions

View File

@ -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() =