summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 5 insertions, 1 deletions
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