Add pyvarint dependency

This commit is contained in:
Luke Murphy 2020-07-08 00:20:24 +02:00
parent 41670533b6
commit 5e5ff4b89d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

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"