0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 13:38:32 +00:00
renovatebot_renovate/lib/modules/manager/pip_requirements
Risu 397ab49ef3
docs(managers): add missing url and displayName (#32621)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
2024-12-01 08:47:27 +00:00
..
__fixtures__ feat(manager/pip_requirements): support buildpack (#16999) 2022-08-05 15:20:16 +02:00
__snapshots__ fix!: normalize Python depName in every manager (#27733) 2024-07-25 15:28:16 +02:00
artifacts.spec.ts feat(pip_requirements): allow override hashin constraints (#26037) 2023-11-29 18:17:39 +00:00
artifacts.ts feat(config): support user configured env (#27028) 2024-02-22 05:05:05 +00:00
common.spec.ts refactor(pip_requirements): Move flags extraction to common.ts (#29360) 2024-06-01 07:19:50 +00:00
common.ts refactor(pip_requirements): Move flags extraction to common.ts (#29360) 2024-06-01 07:19:50 +00:00
extract.spec.ts fix!: normalize Python depName in every manager (#27733) 2024-07-25 15:28:16 +02:00
extract.ts fix!: normalize Python depName in every manager (#27733) 2024-07-25 15:28:16 +02:00
index.spec.ts feat(pip_requirements): add requirements.*.(txt|pip) file pattern (#28143) 2024-03-27 03:09:30 +00:00
index.ts docs(managers): add missing url and displayName (#32621) 2024-12-01 08:47:27 +00:00
readme.md feat(pip_requirements): add requirements.*.(txt|pip) file pattern (#28143) 2024-03-27 03:09:30 +00:00
types.ts feat(manager/pip_requirements): Add managerData with layered requirements (#27217) 2024-02-10 15:04:43 +00:00

Supports requirements.txt and requirements.pip files. The default file pattern is fairly flexible, to try to catch similarly named ones too (eg requirements-*.txt requirements.*.txt requirements-*.pip and requirements.*.pip) but may be extended/changed.