Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

No versions specified for required packages #25

Open
kyleballing opened this issue Aug 11, 2016 · 0 comments
Open

No versions specified for required packages #25

kyleballing opened this issue Aug 11, 2016 · 0 comments

Comments

@kyleballing
Copy link

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', ] )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant