We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49f288 commit ec8717eCopy full SHA for ec8717e
1 file changed
pyproject.toml
@@ -28,7 +28,6 @@ dependencies = [
28
"python_dateutil>=2.8.0",
29
"requests>=2.28.0",
30
"six>=1.16.0",
31
- "typing-extensions>=4.15.0",
32
"urllib3>=1.26.0,<3",
33
]
34
@@ -37,7 +36,7 @@ Homepage = "https://github.com/sergioteula/python-amazon-paapi"
37
36
Repository = "https://github.com/sergioteula/python-amazon-paapi"
38
39
[project.optional-dependencies]
40
-async = ["httpx>=0.27.0"]
+async = ["httpx>=0.27.0", "typing-extensions>=4.15.0"]
41
42
[build-system]
43
requires = ["hatchling"]
0 commit comments