Updated packages & improved docs #143

This commit is contained in:
2022-12-08 15:29:48 +01:00
parent e46711dc54
commit 6f3099a8db
76 changed files with 878 additions and 288 deletions

View File

@@ -65,7 +65,7 @@ class Pip:
"""
result = None
with suppress(Exception):
args = [cls._executable, "-m", "pip", "freeze"]
args = [cls._executable, "-m", "pip", "freeze", "--all"]
result = subprocess.check_output(
args,