Skip to content
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

Support git dependencies in requirements.txt #26612

Open
rarkins opened this issue Jan 12, 2024 Discussed in #26573 · 0 comments
Open

Support git dependencies in requirements.txt #26612

rarkins opened this issue Jan 12, 2024 Discussed in #26573 · 0 comments
Labels
manager:pip_requirements pip requirements.txt priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented Jan 12, 2024

Discussed in #26573

Originally posted by CynanX January 10, 2024

Tell us more.

If you have a requirements file as below, the custom repo. dependency is not checked by renovate:

boto3==1.34.15
jsonschema==4.20.0
sample-project @ git+https://gitlab.com/location/sample.git#1.1.0

The above will pull the tagged 1.1.0 from the repo. mentioned.

See here for some write up of the formats supported https://pip.pypa.io/en/stable/reference/requirement-specifiers/#requirement-specifiers

@rarkins rarkins added type:feature Feature (new functionality) priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others manager:pip_requirements pip requirements.txt labels Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manager:pip_requirements pip requirements.txt priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

1 participant