Closed hartwork closed 9 years ago
Hi @hartwork,
I appreciate the question! pies aims to be as complete a compatibility layer / convenience package as possible. To this aim it includes packages it itself might not use, but aid in allowing packages that require it to work on both Python2 & 3 without requiring any additional packages directly. So in essence, becaues of the unique use of pies, it's a question of whether or not packages that use pies use enum34 (which they do) not whether pies itself does.
Thanks!
Timothy
A bit unusual but I get the idea. Thanks for the explanation.
It looks like pies does not use enum anywhere:
Unless I'm missing something, the enum34 dependency could be resolved then.