Switch to cryptograhy for crypto routines

This commit is contained in:
Pierre Ståhl
2020-09-26 22:53:24 +02:00
committed by rospogrigio
parent 2879761eae
commit b7173f3033
4 changed files with 17 additions and 51 deletions

View File

@@ -6,6 +6,6 @@
"codeowners": [
"@rospogrigio"
],
"requirements": ["pycryptodome==3.9.8"],
"requirements": ["cryptography==2.9.2"],
"config_flow": true
}