diff options
author | Daniel Høyer Iversen <mail@dahoiv.net> | 2019-05-27T18·57+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-27T18·57+0200 |
commit | 38a40c5a19c05039e5c92ced1f553971ccd70d9e (patch) | |
tree | fc608f18453cae17c40ebfd51f86b13bd993bab9 /requirements.txt | |
parent | 45e26fda237441777d76f5b7362c84ce9f757c89 (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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 9b20c33eb44b..09f445bfd823 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pycryptodome==3.6.6 +cryptography==2.6.1 |