Skip to content

Commit aa17f7a

Browse files
authored
Merge pull request #3 from Cryptact/fix/add-multidict-dependency
Add missing multidict dependency
2 parents e79154f + dacc126 commit aa17f7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ keywords = [
1919
]
2020
dependencies = [
2121
"asgiref",
22+
"multidict",
2223
"protobuf",
2324
"requests",
2425
"structlog",

0 commit comments

Comments
 (0)