Open chingc opened 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:
caniusepython3
some-old-package; python_version <= "2.7"
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"