sarugaku / plette

Structured Pipfile and Pipfile.lock models.
ISC License
7 stars 7 forks source link

Declare markers with "and" conditions #38

Closed glensc closed 7 months ago

glensc commented 1 year ago

From https://github.com/pypa/pipenv/issues/5569:

still a question how do I describe "and"?

            "markers": "python_version >= '3.7' and python_version < '4'",

I want to add something to Pipfile so that pipenv requirements would generate a line:

pfzy==0.3.4; python_version >= '3.7' and python_version < '4'
oz123 commented 7 months ago

This issue should be resolved in pipenv. Plette's scope is only dealing with parsing pipfile and pipfile.lock. Sorry to disappoint. please open the issue in pipenv.