Skip to content

Commit

Permalink
add aiofile to async write large files
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Mar 21, 2023
1 parent f5286a7 commit 975d8e4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
29 changes: 28 additions & 1 deletion services/voting-node/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions services/voting-node/pyproject.toml
Expand Up @@ -29,6 +29,7 @@ opentelemetry-instrumentation-asyncpg = "^0.37b0"
prometheus-fastapi-instrumentator = "^5.10.0"
PyYAML = "^6.0"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
aiofile = "^3.8.5"

[tool.poetry.scripts]
voting-node = "voting_node.main:cli"
Expand Down

0 comments on commit 975d8e4

Please sign in to comment.