From e045abd7c43a31f464648d052ab2d8016ece6eef Mon Sep 17 00:00:00 2001 From: Adrian Beale Date: Mon, 27 Sep 2021 15:54:55 +1000 Subject: [PATCH] Moved from suds-jurko to suds-community for ongoing support and versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0cd063..f6555f9 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ zip_safe=False, platforms='any', install_requires=[ - 'suds-jurko>=0.6', + 'suds-community>=0.7', 'six', ], classifiers=[