Skip to content

Commit

Permalink
[IMP] generic: replace suds with zeep.
Browse files Browse the repository at this point in the history
- Added new library zeep for soap request.
- Remove old suds library.

Task ID: 41696 Closes odoo#26934
  • Loading branch information
Siddarth Gajjar authored and tivisse committed Feb 5, 2019
1 parent b6db6b8 commit f3a390c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'qrcode',
'reportlab', # windows binary pypi.python.org/pypi/reportlab
'requests',
'suds-jurko',
'zeep',
'vatnumber',
'vobject',
'werkzeug',
Expand Down
2 changes: 1 addition & 1 deletion setup/win32/winpy_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3a390c

Please sign in to comment.