Browse Source

Add cryptography installation (#7404)

To avoid ModuleNotFoundError due to no module named 'setuptools_rust',
this adds cryptography installation to requirements.txt.

Created by jfc-evs originally as https://github.com/kubernetes-sigs/kubespray/pull/7264
pull/7405/head
Kenichi Omichi 3 years ago
committed by GitHub
parent
commit
49abf6007a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      requirements.txt

1
requirements.txt

@ -1,4 +1,5 @@
ansible==2.9.18 ansible==2.9.18
cryptography==2.8
jinja2==2.11.3 jinja2==2.11.3
netaddr==0.7.19 netaddr==0.7.19
pbr==5.4.4 pbr==5.4.4

Loading…
Cancel
Save