thoth-station / micropipenv

A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files or converting them to pip-tools compatible output. Designed for containerized Python applications but not limited to them.
https://pypi.org/project/micropipenv/
GNU Lesser General Public License v3.0
234 stars 25 forks source link

added env override for default index URL #290

Closed frenzymadness closed 10 months ago

frenzymadness commented 10 months ago

See #286 for more details.

frenzymadness commented 10 months ago

@djcass44 I'm gonna release a new version soon with other fixes. If you want to land this change soon, please take a look.

op1st-prow[bot] commented 10 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: djcass44 Once this PR has been reviewed and has the lgtm label, please ask for approval from frenzymadness. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/thoth-station/micropipenv/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
djcass44 commented 10 months ago

@frenzymadness hey sorry for the delay, but yeah the changes look good. Let me know if there's anything else I need to do to get this through!

frenzymadness commented 10 months ago

Thank you!