diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-11-20 12:10:27 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-11-20 12:10:27 -0500 |
commit | e8ac2e9b40a758464b6a8e360dd840935479b953 (patch) | |
tree | 9eb36f1f6d73735addd095dfbfb8890c1d7134f7 /requirements.txt | |
parent | 791fb2c96794ea71a7e79b0c347b123f18defcce (diff) | |
download | b4-e8ac2e9b40a758464b6a8e360dd840935479b953.tar.gz |
Add initial support for DKIM attestation
Now that vger is doing a much better job preserving DKIM signatures, it
makes sense to teach b4 to check those. It's still failing for most
mailman lists, but those are fewer than vger sources.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f229360..11d400d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,7 @@ -requests +requests ~= 2.24.0 +# These are optional, needed for attestation features +dnspython~=2.0.0 +dkimpy~=1.0.5 +# These may be required in the future for other patch attestation features +#pycryptodomex~=3.9.9 +#PyNaCl~=1.4.0 |