Build: Specify cryptopraghy package version

cryptography package version needs to be at least 3.1.
Otherwise Cipher class needs to provide backend parameter.

Signed-off-by: Summer Qin <summer.qin@arm.com>
Change-Id: Id1b3cad881e83672893383c60b66cb39a2c0298b
diff --git a/bl2/ext/mcuboot/scripts/requirements.txt b/bl2/ext/mcuboot/scripts/requirements.txt
index 2e0f829..148fc3b 100644
--- a/bl2/ext/mcuboot/scripts/requirements.txt
+++ b/bl2/ext/mcuboot/scripts/requirements.txt
@@ -1,4 +1,4 @@
-cryptography
+cryptography>=3.1
 pyasn1
 pyyaml
 cbor>=1.0.0