[bridgedb/master] Replace PyCrypto with PyCryptodome.

commit 75471cdab181759d4e659c3d16265e437151428a Author: Philipp Winter <phw@nymity.ch> Date: Mon Sep 9 18:15:18 2019 -0700 Replace PyCrypto with PyCryptodome. PyCrypto has unfixed security vulnerabilities and is no longer maintained. PyCryptodome is a (mostly) drop-in replacement, which does not have these vulnerabilities. Let's use PyCryptodome instead. --- .travis.requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.requirements.txt b/.travis.requirements.txt index e6eaf10..5c1e433 100644 --- a/.travis.requirements.txt +++ b/.travis.requirements.txt @@ -21,8 +21,8 @@ Babel==0.9.6 BeautifulSoup==3.2.1 Mako==0.8.1 ipaddr==2.1.11 -pycrypto==2.6.1 pygeoip==0.2.7 +PyCryptodome==3.8.2 gnupg==2.0.1 pillow>=2.6.1 qrcode==5.0.1 diff --git a/requirements.txt b/requirements.txt index d7713df..b64aec3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,9 @@ BeautifulSoup==3.2.1 Mako==0.8.1 Twisted==16.1.1 ipaddr==2.1.11 -pycrypto==2.6.1 pyOpenSSL==16.2.0 pygeoip==0.2.7 +PyCryptodome==3.8.2 gnupg==2.0.1 pillow>=2.6.1 qrcode==5.0.1
participants (1)
-
phw@torproject.org