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
1 changed files with 1 additions and 1 deletions

View File

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