Skip to content

Commit c870668

Browse files
committed
remove duplicate declaration of tool.poetry.extras
1 parent 21f2e86 commit c870668

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ types-requests = "^2.0.0"
5050
typing_extensions = ">= 4.0.0"
5151
oci = { version = "^2.165.0", optional = true }
5252

53-
[tool.poetry.extras]
54-
oci = ["oci"]
55-
5653
[tool.poetry.group.dev.dependencies]
5754
mypy = "==1.13.0"
5855
pytest = "^8.2.0"
@@ -102,3 +99,4 @@ build-backend = "poetry.core.masonry.api"
10299

103100
[tool.poetry.extras]
104101
aiohttp=["aiohttp", "httpx-aiohttp"]
102+
oci = ["oci"]

0 commit comments

Comments
 (0)