Add pyvarint dependency

This commit is contained in:
Luke Murphy
2020-07-08 00:20:24 +02:00
parent 41670533b6
commit 5e5ff4b89d

View File

@ -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"