We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be interesting to have be able to manage a requirement depending on the python version. something like:
futures python < 3.2 other>=3 python >= 3 other==2 python < 3
So some dependencies or version of them can be installed depending on the version of Python.
The text was updated successfully, but these errors were encountered:
This could be done via environment markers http://www.python.org/dev/peps/pep-0426/#environment-markers http://www.python.org/dev/peps/pep-0345/#environment-markers
Sorry, something went wrong.
@pnasrat not sure how it will help here. Can you ellaborate?
The thing I would like to have is a way to handle multiple version depending on the python version in one requirements.txt .
See issue #1433
closing as dupe to #1433, #1472
No branches or pull requests
It would be interesting to have be able to manage a requirement depending on the python version. something like:
So some dependencies or version of them can be installed depending on the version of Python.
The text was updated successfully, but these errors were encountered: