Skip to content
Snippets Groups Projects
Commit f3a390cb authored by Siddarth Gajjar's avatar Siddarth Gajjar Committed by Yannick Tivisse
Browse files

[IMP] generic: replace suds with zeep.

- Added new library zeep for soap request.
- Remove old suds library.

Task ID: 41696 Closes #26934
parent b6db6b87
Branches
Tags
No related merge requests found
......@@ -34,7 +34,7 @@ pyusb==1.0.0
qrcode==5.3
reportlab==3.3.0
requests==2.20.0
suds-jurko==0.6
zeep==3.1.0
vatnumber==1.2
vobject==0.9.3
Werkzeug==0.11.15
......
......@@ -49,7 +49,7 @@ setup(
'qrcode',
'reportlab', # windows binary pypi.python.org/pypi/reportlab
'requests',
'suds-jurko',
'zeep',
'vatnumber',
'vobject',
'werkzeug',
......
......@@ -29,7 +29,7 @@ qrcode==5.3
reportlab>=3.3.0
requests==2.20.0
six==1.10.0
suds-jurko==0.6
zeep==3.1.0
vatnumber==1.2
vobject==0.9.3
Werkzeug>=0.11.11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment