Skip to content

Commit 8302598

Browse files
committed
declare asyncio as package dependency
1 parent 8c85abc commit 8302598

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ license = {file = "LICENSE"}
2626
readme = "README.md"
2727
dependencies = [
2828
"grpcio",
29-
"protobuf"
29+
"protobuf",
30+
"asyncio"
3031
]
3132

3233
[project.urls]

0 commit comments

Comments
 (0)