oauth-pythonclient
oauth-pythonclient copied to clipboard
Remove the enum-compat dependency
This patch removes the enum-compat dependency and replaces it with a conditional dependency on enum34. This is all the enum-compat package does: https://github.com/jstasiak/enum-compat/blob/ae41cfa712e837596f7d26a5283be40ec5b84084/setup.py#L43
@robert-mings can you take a look at this? I'm sure at this point it's the only thing depending on enum-compat or enum34 for a lot of people...
Thanks for the contribution @rouge8! Given where Python 3 is in it's lifecycle, this change makes sense. We'll carry out some capability testing and get this one merged soon.