From 409c865175bf8f103bf5633331e8a1d77a446814 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 17 Jun 2022 14:13:21 -0400 Subject: Prepare for 0.9.0 release It is time to roll out 0.9.0 for wider use. Update requirements to the latest supported and tested versions. Signed-off-by: Konstantin Ryabitsev --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 23e75a3..1565f30 100644 --- a/setup.py +++ b/setup.py @@ -41,10 +41,10 @@ setup( data_files = [('share/man/man5', ['man/b4.5'])], keywords=['git', 'lore.kernel.org', 'patches'], install_requires=[ - 'requests~=2.24', - 'dkimpy~=1.0', - 'dnspython~=2.0', - 'patatt>=0.4,<2.0', + 'requests>=2.24,<3.0', + 'dnspython>=2.0,<3.0', + 'dkimpy>=1.0,<2.0', + 'patatt>=0.5,<2.0', ], python_requires='>=3.6', entry_points={ -- cgit v1.2.3