pip-check-reqs
pip-check-reqs copied to clipboard
setup.py/setup.cfg
Are there any plans that to support requirements from setup.py/setup.cfg, not only requirements.txt?
@Czaki I hope to expand the source requirements in the future.
Also pyproject.toml.
I'm using the following to get pip-check-reqs
to work with the requirements I specify in pyproject.toml
:
pdm export --pyproject | pip-missing-reqs --requirements-file=/dev/fd/0 src/
I will close this and call pdm
the encouraged method. I prefer not to re-implement it, and I prefer not to add a dependency on it, so I have documented it (at least for pypyroject.toml
) and I will close this.