Don't use http dependencies in Nimble

This commit is contained in:
Zahary Karadjov 2019-09-05 22:55:30 -04:00
parent bef28a18e5
commit 44adb2a70a
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609

View File

@ -14,7 +14,7 @@ requires "nim >= 0.19.0",
"stew",
"result",
"nat_traversal",
"https://github.com/status-im/nim-metrics"
"metrics"
proc runTest(path: string) =
echo "\nRunning: ", path