packstack/requirements.txt
Takashi Kajinami 1158d5e1f7 Replace PyOpenSSL by cryptography
Using The crypto module of PyOpenSSL is discouraged now in favor of
the cryptography library[1].

[1] https://www.pyopenssl.org/en/latest/api/crypto.html

pyca/cryptography is likely a better choice than using this module.
It contains a complete set of cryptographic primitives as well as
a significantly better and more powerful X509 API.

Change-Id: Ic9c2bf44b6996ccf9645e0f1e52c1bfcbae33b19
2024-10-03 16:38:44 +00:00

8 lines
117 B
Plaintext

pbr>=1.6 # Apache-2.0
netaddr>=0.7.6
PyYAML>=3.10
docutils>=0.11
netifaces
distro
cryptography>=2.1 # BSD/Apache-2.0