Add deps that seem to be needed (WIP)

This commit is contained in:
Luke Murphy
2020-08-09 23:42:34 +02:00
parent f7488be65f
commit 44380b99d3
2 changed files with 342 additions and 2 deletions

View File

@ -16,6 +16,9 @@ keywords = []
[tool.poetry.dependencies]
python = "^3.6"
hyperspace-rpc = "^0.0.1-alpha.2"
anyio = "^1.4.0"
purerpc = "^0.6.1"
trio = "^0.16.0"
[tool.poetry.dev-dependencies]
black = "^19.10b0"