mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #40399 from terminalmage/docker-py_version
Add docker-py version to the versions report
This commit is contained in:
commit
8708096365
1 changed files with 1 additions and 0 deletions
|
@ -566,6 +566,7 @@ def dependency_information(include_salt_cloud=False):
|
|||
('python-gnupg', 'gnupg', '__version__'),
|
||||
('mysql-python', 'MySQLdb', '__version__'),
|
||||
('cherrypy', 'cherrypy', '__version__'),
|
||||
('docker-py', 'docker', '__version__'),
|
||||
]
|
||||
|
||||
if include_salt_cloud:
|
||||
|
|
Loading…
Add table
Reference in a new issue