pyGCO icon indicating copy to clipboard operation
pyGCO copied to clipboard

Use PEP508 env markers instead of conditional logic

Open OnionKiller opened this issue 2 years ago • 0 comments

Implement PEP 508 requirements definition instead of conditional logic in setup.py, as the former may confuses dependency managers like poetry

What does this PR do?

Fixes #an issue very similar to this

About review

I'm not 100% sure this change is backward compatible, but it should be.

OnionKiller avatar Jan 18 '23 16:01 OnionKiller