From 366b0053f5ea48ebeaa79a0fb7a6983767633db2 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 8 Oct 2020 17:32:34 +0200 Subject: [PATCH] Wrong Zeep version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2b111d..4769674 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( url="https://gitlab.com/animath/si/py-sympa-soap", python_requires=">=3.6", install_requires=[ - "zeep~=1.4.0", + "zeep~=3.4.0", ], tests_require=[], extras_require={},