From be580856dd137b25eb17bf37118eb62e09452ef3 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 21 May 2021 14:51:40 -0400 Subject: Bump patatt requirement to 0.4 We only really need 0.2, but 0.4 implements DKIM slightly more properly. Signed-off-by: Konstantin Ryabitsev --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a21ec76..23e75a3 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( version=find_version('b4/__init__.py'), url='https://git.kernel.org/pub/scm/utils/b4/b4.git/tree/README.rst', project_urls={ - 'Community': 'https://linux.kernel.org/g/tools' + 'Community': 'https://lore.kernel.org/tools' }, name=NAME, description='A tool to work with public-inbox and patch archives', @@ -44,6 +44,7 @@ setup( 'requests~=2.24', 'dkimpy~=1.0', 'dnspython~=2.0', + 'patatt>=0.4,<2.0', ], python_requires='>=3.6', entry_points={ -- cgit v1.2.3