Skip to content

Commit

Permalink
Upgrade suds-jurko to suds-py3.
Browse files Browse the repository at this point in the history
Issue #160
  • Loading branch information
Wim-De-Clercq committed Sep 7, 2021
1 parent d42ff5e commit 4be12a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.21.0
suds-jurko==0.6
suds-py3==1.4.4.1
dogpile.cache==0.7.1
six==1.12.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]

requires = [
'suds-jurko>=0.6.0',
'suds-py3>=1.4.4.1',
'dogpile.cache',
'six',
'requests'
Expand Down

0 comments on commit 4be12a7

Please sign in to comment.