From 9306d4b04006b52772208b2b84ad6117f9ee7288 Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Tue, 6 Feb 2018 23:22:48 -0800 Subject: initial migration to backend-selecting crypto --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index d90ebe40..dfbec048 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ pysmi -pycryptodomex +pycryptodomex; python_version < '2.7' +cryptography; python_version == '2.7' +pycryptodomex; python_version == '3.2' +pycryptodomex; python_version == '3.3' +cryptography; python_version >= '3.4' pyasn1>=0.2.3 -- cgit v1.2.1