From b1c9962e641e31aced99912b04369c2168ac428b Mon Sep 17 00:00:00 2001 From: Patrick Lee <31744877+patricklee2@users.noreply.github.com> Date: Wed, 12 Jun 2019 14:52:38 -0700 Subject: [PATCH] crypto >= 2.5 --- src/command_modules/azure-cli-appservice/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command_modules/azure-cli-appservice/setup.py b/src/command_modules/azure-cli-appservice/setup.py index afa178f2fe1..7a5b4694fc3 100644 --- a/src/command_modules/azure-cli-appservice/setup.py +++ b/src/command_modules/azure-cli-appservice/setup.py @@ -40,7 +40,7 @@ 'urllib3[secure]>=1.18', 'xmltodict', 'fabric>=2.4', - 'cryptography<2.5', + 'cryptography', 'pyOpenSSL', 'six', 'vsts-cd-manager<1.1.0',