Skip to content
Snippets Groups Projects
Unverified Commit 7191e193 authored by Maxime Brunet's avatar Maxime Brunet Committed by GitHub
Browse files

docs(managers/pip-compile): update list of source files and managers (#34030)

parent f2f8f84b
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,12 @@ In turn `pip-compile` manager will find all source files and parse them as packa
The following files are currently supported:
| Source filename | Manager |
| --------------: | ------------------ |
| `setup.py` | `pip_setup` |
| `*.in` | `pip_requirements` |
| Source filename | Manager |
| ---------------: | ------------------ |
| `setup.py` | `pip_setup` |
| `setup.cfg` | `setup-cfg` |
| `pyproject.toml` | `pep621` |
| `*.in` / `*.txt` | `pip_requirements` |
Example header:
......@@ -60,6 +62,12 @@ Because `pip-compile` will update source files with their associated manager you
},
"pip_setup": {
"enabled": false
},
"setup-cfg": {
"enabled": false
},
"pep621": {
"enabled": false
}
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment