jazzband/pip-tools

Document that pyproject.toml dependencies are supported

Offen

#1.528 geöffnet am 05.11.2021

 (3 Kommentare) (7 Reaktionen) (0 zugewiesene Personen)Python (670 Forks)batch import
PR wanteddocsgood first issue

Repository-Metriken

Stars
 (8.009 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 21h) (3 gemergte PRs in 30 T)

Beschreibung

What's the problem this feature will solve?

Issues like: #1510, general confusion

Describe the solution you'd like

At the moment, the docs include phrases like:

The pip-compile command lets you compile a requirements.txt file from your dependencies, specified in either setup.py or requirements.in.

pip-compile generates a requirements.txt file using the latest versions that fulfil the dependencies of setup.py or requirements.in.

To me, and I assume the person who opened #1510, this reads like only setup.py or requirements.in are supported.

Contributor Guide