Skip to content

Commit

Permalink
Add cryptography installation (kubernetes-sigs#7404)
Browse files Browse the repository at this point in the history
To avoid ModuleNotFoundError due to no module named 'setuptools_rust',
this adds cryptography installation to requirements.txt.

Created by jfc-evs originally as kubernetes-sigs#7264
  • Loading branch information
oomichi committed Mar 25, 2021
1 parent f0cdf71 commit 49abf60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ansible==2.9.18
cryptography==2.8
jinja2==2.11.3
netaddr==0.7.19
pbr==5.4.4
Expand Down

0 comments on commit 49abf60

Please sign in to comment.