You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
In setup.py, the install_requires argument does not specify versions for the required packages.
wstools v0.4.4 has a serious bug. Please specify the version tested with
In setup.py, the install_requires argument does not specify versions for the required packages.
wstools v0.4.4 has a serious bug. Please specify the version tested with
setup( name="SOAPpy", version='0.12.23.dev0', description="SOAP Services for Python", maintainer="Gregory Warnes, kiorky", maintainer_email="[email protected], [email protected]", url = url, long_description=long_description, packages=find_packages('src'), package_dir = {'': 'src'}, include_package_data=True, install_requires=[ 'wstools', 'defusedxml', ] )
The text was updated successfully, but these errors were encountered: