Skip to content

Commit 71f51a0

Browse files
committed
Drop yarl from explicit dependencies
This project doesn't use yarl directly, only via aiohttp. And yarl is already a dependency of aiohttp.
1 parent 0c42d6c commit 71f51a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ dependencies = [
1616
"aiohttp>=3.3.0,<4.0.0",
1717
"mashumaro>=3.11,<4.0",
1818
"orjson>=3.6.1,<4.0.0",
19-
"yarl>=1.6.0,<2.0.0",
2019
]
2120
# The version is set by GH action on release!
2221
version = "0.0.0"
@@ -27,7 +26,6 @@ dev = [
2726
"aiohttp==3.9.5",
2827
"mashumaro==3.13.1",
2928
"orjson==3.10.16",
30-
"yarl==1.9.4",
3129

3230
# Test requirements
3331
"aioresponses==0.7.6",

0 commit comments

Comments
 (0)