changeset f9adae254aac in modules/party:default details: https://hg.tryton.org/modules/party?cmd=changeset;node=f9adae254aac description: Replace stdnum SOAP-ALT extra require with SOAP
issue8399 review283451003 diffstat: setup.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 94921262ef49 -r f9adae254aac setup.py --- a/setup.py Wed Jun 05 17:07:04 2019 +0200 +++ b/setup.py Thu Jun 06 10:10:38 2019 +0200 @@ -122,7 +122,6 @@ install_requires=requires, extras_require={ 'VIES': ['python-stdnum[SOAP]'], - 'VIES-ALT': ['python-stdnum[SOAP-ALT]'], 'phonenumbers': ['phonenumbers'], }, dependency_links=dependency_links,