versionone / VersionOne.SDK.Python

A library for custom Python development against the VersionOne Platform's REST-based API.
BSD 3-Clause "New" or "Revised" License
23 stars 32 forks source link

Wrong requirement in setup.py (elementtree) #32

Open fedexcastro opened 8 years ago

fedexcastro commented 8 years ago

There is a requirement in the setup.py "elementree" that shouldn't be there since the library it's already part of the standard library. (http://stackoverflow.com/questions/34566142/cant-install-elementtree-with-pip)

I just prepared a pull request with the change. https://github.com/versionone/VersionOne.SDK.Python/pull/31

mtalexan commented 6 years ago

The project seems to be unmaintained. I've started a new fork with this fix in it as well as a number of others: https://github.com/mtalexan/VersionOne.SDK.Python