about summary refs log tree commit diff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDaniel Høyer Iversen <mail@dahoiv.net>2019-05-27T18·57+0200
committerGitHub <noreply@github.com>2019-05-27T18·57+0200
commit38a40c5a19c05039e5c92ced1f553971ccd70d9e (patch)
treefc608f18453cae17c40ebfd51f86b13bd993bab9 /requirements.txt
parent45e26fda237441777d76f5b7362c84ce9f757c89 (diff)
Use cryptography instead of pycryptodome (#246)
* Use cryptography instad of pycryptodome

* Use cryptography instad of pycryptodome
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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