Remove duplicate requirement

This commit is contained in:
Mark Spanbroek 2021-04-01 11:25:51 +02:00
parent b8e5f19d7e
commit 9fb50a396b
1 changed files with 1 additions and 2 deletions

View File

@ -13,5 +13,4 @@ requires "nim >= 1.2.6",
"secp256k1",
"stew#head",
"protobufserialization >= 0.2.0 & < 0.3.0",
"asynctest >= 0.2.1 & < 0.3.0",
"stew"
"asynctest >= 0.2.1 & < 0.3.0"