Skip to content

Commit 48bca22

Browse files
committed
Fix pyproject.toml
1 parent c08d90f commit 48bca22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ homepage = "https://multisafepay.com"
1111
[tool.poetry.dependencies]
1212
python = ">=3.9,<3.14"
1313
pydantic = "^1.10.0"
14+
requests = { version = ">=2.32.4", optional = true }
1415

1516
[tool.poetry.extras]
16-
requests = ["requests", "urllib3"]
17+
requests = ["requests"]
1718

1819
[tool.poetry.group.dev.dependencies]
1920
black = "^24.4.2"

0 commit comments

Comments
 (0)