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
A requirements.txt file with the global options at the top of the file like so:
requirements.txt
--index-url https://aws:${CODEARTIFACT_AUTH_TOKEN}@${DOMAIN}-${ACCOUNT_ID}.d.codeartifact.us-east-1.amazonaws.com/pypi/private-releases/simple/ --extra-index-url https://aws:${CODEARTIFACT_AUTH_TOKEN}@${DOMAIN}-${ACCOUNT_ID}.d.codeartifact.us-east-1.amazonaws.com/pypi/public-pypi/simple/
This issue mentions that the --index-url seems like it must be first.
--index-url
It seems like the parsing doesn't support it for now, although, it may be part of a third party library.
Relevant pip requirements.txt documentation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A
requirements.txt
file with the global options at the top of the file like so:This issue mentions that the
--index-url
seems like it must be first.It seems like the parsing doesn't support it for now, although, it may be part of a third party library.
Relevant pip requirements.txt documentation
The text was updated successfully, but these errors were encountered: