azure-cli 2.0.66 from pypi requires cryptography <2.5 and >=2.5. 😢
azure-cli-core is requiring >=2.5 becauseof paramiko:
- azure-cli-core [required: Any, installed: 2.0.66]
- paramiko [required: >=2.0.8, installed: 2.5.0]
- cryptography [required: >=2.5, installed: 2.4.2]
It is azure-cli-appservice that is putting a dependency on <2.5 here and should probably be fixed.
- azure-cli-appservice [required: ==0.2.20, installed: 0.2.20]
- cryptography [required: <2.5, installed: 2.4.2]
I ran into this bug and diagnosed it with pipenv.