-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
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
[Feature Request] Private pypi repository #135
Comments
I was about to create similar issue to provide a place to pass index-url and extra-index-url as supported by pip. |
Is it as simple as parsing and passing the index-url to I am planning to contribute to this issue, I would like someone to provide me some guidance |
PR #201 |
Hello, I am facing a similar issue getting conda-lock to work behind my company proxy. I have found workarounds to get it to work (including a small code change to conda-lock), here is what I did:
This seems to do the trick on my prototype project. I would be interested in contributing the |
First of all,
conda-lock
is amazing and very convenient for prod worflows, thank you for this.It would be useful for my use-case to add the possibility of installing pip dependencies based on a private repository.
In
pyproject.toml
with poetry, this is something likein
requirements.txt
, it looks likeThe text was updated successfully, but these errors were encountered: