Added command gam show configlicenseskus #1938

This commit is contained in:
Ross Scroggs
2026-07-04 08:59:53 -07:00
parent 2fbc3c5c35
commit 1df2f14c97
7 changed files with 67 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2025 Ross Scroggs All Rights Reserved.
# Copyright (C) 2026 Ross Scroggs All Rights Reserved.
#
# All Rights Reserved.
#
@@ -23,6 +23,7 @@
GAM_VER_LIBS = [
'arrow',
'chardet',
'charset_normalizer',
'cryptography',
'filelock',
'google-api-python-client',
@@ -34,5 +35,6 @@ GAM_VER_LIBS = [
'passlib',
'pathvalidate',
'pyscard',
'urllib3',
'yubikey-manager',
]