We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e10369 commit 4b6dcfbCopy full SHA for 4b6dcfb
pyproject.toml
@@ -59,6 +59,7 @@ test = [
59
"pytest >=7.0", # 7.2+ recommended for better tracebacks with ExceptionGroup
60
"pytest-subprocess >=1.5",
61
"setuptools",
62
+ "typing_extensions; python_version<'3.11'", # Required but undeclared by cattrs 23.1.0
63
"wheel",
64
]
65
cov = [
0 commit comments