Skip to content

Commit 0171a3d

Browse files
committed
multidict as aiohttp dependency added
1 parent 443a502 commit 0171a3d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,14 @@ jsonschema-spec = "^0.1.1"
7373
backports-cached-property = {version = "^1.0.2", python = "<3.8" }
7474
asgiref = "^3.6.0"
7575
jsonschema = "^4.17.3"
76+
multidict = {version = "^6.0.4", optional = true}
7677

7778
[tool.poetry.extras]
7879
django = ["django"]
7980
falcon = ["falcon"]
8081
flask = ["flask"]
8182
requests = ["requests"]
82-
aiohttp = ["aiohttp"]
83+
aiohttp = ["aiohttp", "multidict"]
8384
starlette = ["starlette"]
8485

8586
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)