Merge pull request #40399 from terminalmage/docker-py_version

Add docker-py version to the versions report
This commit is contained in:
Nicole Thomas 2017-03-29 12:39:25 -06:00 committed by GitHub
commit 8708096365

View file

@ -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: