CyberSource / cybersource-rest-client-python

Python client library for the CyberSource REST API
Other
21 stars 36 forks source link

Only require enum34 if python version < 3.4 #29

Closed strbean closed 3 years ago

strbean commented 5 years ago

With python >= 3.4, enum34 does nothing except potentially break everything.

afreepenguin commented 4 years ago

Replacing the package with this will work too. https://pypi.org/project/enum-compat/

ashishnitinpatil commented 4 years ago

@afreepenguin explicit is better than another dependency IMO, since the enum-compat lib also states the same.

strbean commented 3 years ago

Fixed in https://github.com/CyberSource/cybersource-rest-client-python/commit/40e04687c65804ad1aaf733cc8ea4c7f8f530227