Commit 7191e19 1 parent f2f8f84 commit 7191e19 Copy full SHA for 7191e19
File tree 1 file changed +12
-4
lines changed
lib/modules/manager/pip-compile
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,12 @@ In turn `pip-compile` manager will find all source files and parse them as packa
33
33
34
34
The following files are currently supported:
35
35
36
- | Source filename | Manager |
37
- | --------------: | ------------------ |
38
- | ` setup.py ` | ` pip_setup ` |
39
- | ` *.in ` | ` pip_requirements ` |
36
+ | Source filename | Manager |
37
+ | ---------------: | ------------------ |
38
+ | ` setup.py ` | ` pip_setup ` |
39
+ | ` setup.cfg ` | ` setup-cfg ` |
40
+ | ` pyproject.toml ` | ` pep621 ` |
41
+ | ` *.in ` / ` *.txt ` | ` pip_requirements ` |
40
42
41
43
Example header:
42
44
@@ -60,6 +62,12 @@ Because `pip-compile` will update source files with their associated manager you
60
62
},
61
63
"pip_setup" : {
62
64
"enabled" : false
65
+ },
66
+ "setup-cfg" : {
67
+ "enabled" : false
68
+ },
69
+ "pep621" : {
70
+ "enabled" : false
63
71
}
64
72
}
65
73
```
You can’t perform that action at this time.
0 commit comments