Skip to content

Commit

Permalink
suds-community -> suds-jurko
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Feb 1, 2019
1 parent 6def7f5 commit 93e4a8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ def find_version(*parts):
license='Apache 2.0',

install_requires=[
'suds-community>=0.7', # for SOAP requests. (suds-community = maintained fork of suds)
# suds for SOAP requests
# TODO migrate to maintained fork "suds-community"
# see: https://github.com/django-oscar/django-oscar-docdata/issues/15
'suds-jurko>=0.6',
# 'suds-community>=0.7',

'django-oscar>=1.6', # version number guessed
'django-polymorphic>=2.0',
'six>=1.10'
Expand Down

0 comments on commit 93e4a8d

Please sign in to comment.