We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bec9bd + ae27ad6 commit c5d5440Copy full SHA for c5d5440
1 file changed
wolframclient/utils/api.py
@@ -50,7 +50,7 @@
50
)
51
52
pip = API(
53
- main=("pip.main", "pip._internal.main"),
+ main=("pip.main", "pip._internal.main", "pip._internal.main.main"),
54
get_installed_distributions=(
55
"pip.get_installed_distributions",
56
"pip.utils.get_installed_distributions",
0 commit comments