diff options
author | Paulus Schoutsen <paulus@paulusschoutsen.nl> | 2018-02-27T07·56-0800 |
---|---|---|
committer | Paulus Schoutsen <paulus@paulusschoutsen.nl> | 2018-02-27T08·26-0800 |
commit | 38aa6dc37e28d7a5ab1c91b120baa76dcb8dd754 (patch) | |
tree | 7f1e3cb4eb1ee9683af397ee26b9a2362999d8bd /requirements.txt | |
parent | dd0e9083172d1ee54eec167d342edb3b157aea4c (diff) |
Depend on pycryptodome instead of pycrypto
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 f7d3e237ac67..dc83835dc08c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pycrypto==2.6.1 +pycryptodome==3.4.11 |