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
If it is difficult to identify the version in requirements.txt, the minimum version should be used with --detection-priority comprehensive
requirements.txt
keyring >= 4.1.1 # Minimum version 4.1.1 Mopidy-Dirble ~= 1.1 # Compatible release. Same as >= 1.1, == 1.*
In the above example, the versions should be 4.1.1 and 1.1.
4.1.1
1.1
The text was updated successfully, but these errors were encountered:
afdesk
Successfully merging a pull request may close this issue.
Description
If it is difficult to identify the version in
requirements.txt
, the minimum version should be used with --detection-priority comprehensiveIn the above example, the versions should be
4.1.1
and1.1
.The text was updated successfully, but these errors were encountered: