Skip to content

Commit

Permalink
docs: update python docs to indicate poetry support (#18945)
Browse files Browse the repository at this point in the history
  • Loading branch information
rewdy committed Nov 17, 2022
1 parent 78ff034 commit 096f8f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/usage/python.md
Expand Up @@ -9,6 +9,7 @@ Renovate supports the following Python package managers:

- `pip` (e.g. `requirements.txt`, `requirements.pip`) files
- `pipenv` (e.g. `Pipfile`)
- `poetry` (e.g. `pyproject.toml`)
- `setup.py` file
- `setup.cfg` file

Expand Down Expand Up @@ -59,6 +60,10 @@ some-other-package==1.0.0

Renovate detects any custom-configured sources in `Pipfile` and uses them.

### Sources in `pyproject.toml`

Renovate detects any custom-configured sources in `pyproject.toml` and uses them.

### Specify URL in configuration

You can use the `registryUrls` array to configure alternate index URL(s).
Expand Down

0 comments on commit 096f8f2

Please sign in to comment.