From 3be29e58ec731718a158fef936b07ab4706f99d8 Mon Sep 17 00:00:00 2001 From: Trishank Karthik Kuppusamy <33133073+trishankatdatadog@users.noreply.github.com> Date: Tue, 3 Dec 2019 11:28:56 -0500 Subject: [PATCH] Remove pycrypto I don't think we need the vulnerable `pycrypto` when we have `cryptography`. Can someone confirm? --- dev-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8281097..d9ac5aa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,6 @@ cffi==1.11.5 cryptography==2.3 pynacl==1.2.1 pyasn1==0.4.4 -pycrypto==2.6.1 --editable git://github.com/awwad/tuf.git@develop#egg=tuf --editable . tox==3.1.2