We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8123130 commit 032cc58Copy full SHA for 032cc58
1 file changed
pyproject.toml
@@ -65,7 +65,8 @@ perf = ["simplejson"]
65
typing = [
66
"mypy==1.14.1",
67
"pyright==1.1.392.post0",
68
- "typing_extensions"
+ "typing_extensions",
69
+ "pip"
70
]
71
72
# Used to call hatch_build.py
0 commit comments