Don't use http dependencies in nimble

This commit is contained in:
Zahary Karadjov 2019-02-06 19:11:29 +01:00
parent 07cf801b97
commit 9876985c5d
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609

View File

@ -12,7 +12,7 @@ requires "nim >= 0.19.0",
"secp256k1", "secp256k1",
"rocksdb", "rocksdb",
"package_visible_types", "package_visible_types",
"https://github.com/status-im/nim-chronos", "chronos",
"chronicles" "chronicles"
proc test(filename: string) = proc test(filename: string) =