We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b256e commit ea01611Copy full SHA for ea01611
src/sasctl/utils/misc.py
@@ -46,7 +46,7 @@ def installed_packages():
46
Uses pip freeze functionality so pip module must be present. For pip
47
versions >=20.1, this functionality fails to provide versions for some
48
conda installed, locally installed, and url installed packages. Instead
49
- uses the pkg_resources package which is typically bundled with pip.
+ uses the importlib package which is typically bundled with python.
50
51
"""
52
from packaging import version
0 commit comments