brettcannon / caniusepython3

Can I Use Python 3?
Apache License 2.0
412 stars 60 forks source link

Environment Markers support #222

Open chingc opened 4 years ago

chingc commented 4 years ago

It would be nice if caniusepython3 recognizes environment markers so it can ignore a line like this in requirements.txt for example:

some-old-package; python_version <= "2.7"