mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00

Due to issues found during package testing for the several supported linux distributions, we're switching back our crypto depencency to pycrypto. Security concerned users are still advised to install the latest m2crypto or pycryptodome library after pip installing salt since salt is prepared to work with whatever is available.
2 lines
91 B
Text
2 lines
91 B
Text
pycrypto>=2.6.1; sys.platform not in 'win32,darwin'
|
|
pycryptodomex; sys.platform == 'win32'
|