Skip to content

Commit

Permalink
global: fix cryptography installation
Browse files Browse the repository at this point in the history
* Azure/azure-cli#16858

Signed-off-by: Pamfilos Fokianos <[email protected]>
  • Loading branch information
pamfilos committed Feb 25, 2021
1 parent 9d01a4b commit c54d114
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
'python-gitlab>=1.0.2',
'python-cern-sso-krb==1.3.3',
'python-gssapi==0.6.4',
# FIX cryptography <=3.3.2 is needed for installation not to crash
# https://github.com/Azure/azure-cli/issues/16858
'cryptography<=3.3.2',
'paramiko==2.7.1',
'cachetools==3.1.0',

Expand Down

0 comments on commit c54d114

Please sign in to comment.