From 5e5ff4b89d0a02b14f70255b63ddaa1ff3da24e1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 8 Jul 2020 00:20:24 +0200 Subject: [PATCH] Add pyvarint dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6e40c87..195be69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ keywords = ["hypercore", "hypercore-protocol"] [tool.poetry.dependencies] python = "^3.6" attrs = "^19.3.0" +pyvarint = "^0.0.1-alpha.2" [tool.poetry.dev-dependencies] black = "^19.10b0"