pip-check-reqs icon indicating copy to clipboard operation
pip-check-reqs copied to clipboard

setup.py/setup.cfg

Open Czaki opened this issue 4 years ago • 2 comments

Are there any plans that to support requirements from setup.py/setup.cfg, not only requirements.txt?

Czaki avatar Jun 19 '20 07:06 Czaki

@Czaki I hope to expand the source requirements in the future.

adamtheturtle avatar Jun 19 '20 12:06 adamtheturtle

Also pyproject.toml.

MrMino avatar Mar 19 '22 08:03 MrMino

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/

adamtheturtle avatar Mar 10 '23 19:03 adamtheturtle

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.

adamtheturtle avatar Sep 09 '23 21:09 adamtheturtle