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 80f6f72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-local-forks.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-e git+git://github.com/annatrz/invenio-deposit.git#egg=invenio-deposit
# -e git+git://github.com/reanahub/reana-client.git@master#egg=reana-client
# -e git+git://github.com/reanahub/reana-commons.git@master#egg=reana-commons
cryptography<=3.3.2
reana-client==0.6.0
reana-commons==0.6.0
-e git+git://github.com/cernanalysispreservation/invenio-oauthclient.git@master#egg=invenio-oauthclient
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chardet==3.0.4 # via binaryornot, requests
click==6.7 # via cookiecutter, dojson, flask, flask-cli, flask-shell-ipython
cookiecutter==1.6.0 # via invenio-base
coolname==1.1.0
cryptography==2.2.2 # via invenio-accounts, pyopenssl, sqlalchemy-utils, urllib3
cryptography==3.3.2 # via invenio-accounts, pyopenssl, sqlalchemy-utils, urllib3
decorator==4.3.0 # via ipython, traitlets, validators
dojson==1.4.0 # via invenio-oaiserver
elasticsearch-dsl==5.4.0 # via invenio-search
Expand Down
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 80f6f72

Please sign in to comment.