From 38a40c5a19c05039e5c92ced1f553971ccd70d9e Mon Sep 17 00:00:00 2001 From: Daniel Høyer Iversen Date: Mon, 27 May 2019 20:57:32 +0200 Subject: Use cryptography instead of pycryptodome (#246) * Use cryptography instad of pycryptodome * Use cryptography instad of pycryptodome --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 9b20c33eb4..09f445bfd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pycryptodome==3.6.6 +cryptography==2.6.1 -- cgit 1.4.1