mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add cryptography to Salt versions report
This commit is contained in:
parent
7b3a89c821
commit
20312c732d
1 changed files with 1 additions and 0 deletions
|
@ -697,6 +697,7 @@ def dependency_information(include_salt_cloud=False):
|
|||
("msgpack-pure", "msgpack_pure", "version"),
|
||||
("pycrypto", "Crypto", "__version__"),
|
||||
("pycryptodome", "Cryptodome", "version_info"),
|
||||
("cryptography", "cryptography", "__version__"),
|
||||
("PyYAML", "yaml", "__version__"),
|
||||
("PyZMQ", "zmq", "__version__"),
|
||||
("ZMQ", "zmq", "zmq_version"),
|
||||
|
|
Loading…
Add table
Reference in a new issue