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
Currently in poetry you can do something like:
[[tool.poetry.source]] name = "my_source" url = "..." [tool.poetry.dependencies] my-package = { version = "=1.0.0", source = "my_source" }
to support getting packages from a private repository.
However this doesn't seem to work with rye out the box. Is there a way to do this with rye, or is development needed?
The text was updated successfully, but these errors were encountered:
That does not work today. It's effectively a duplicate of #36.
Sorry, something went wrong.
No branches or pull requests
Currently in poetry you can do something like:
to support getting packages from a private repository.
However this doesn't seem to work with rye out the box. Is there a way to do this with rye, or is development needed?
The text was updated successfully, but these errors were encountered: