Wrong Zeep version
This commit is contained in:
parent
354b8d2101
commit
366b0053f5
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ setup(
|
||||||
url="https://gitlab.com/animath/si/py-sympa-soap",
|
url="https://gitlab.com/animath/si/py-sympa-soap",
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"zeep~=1.4.0",
|
"zeep~=3.4.0",
|
||||||
],
|
],
|
||||||
tests_require=[],
|
tests_require=[],
|
||||||
extras_require={},
|
extras_require={},
|
||||||
|
|
Loading…
Reference in New Issue