We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b489a commit 0009d83Copy full SHA for 0009d83
README.rst
@@ -85,6 +85,17 @@ check by name (or glob pattern) using `--ignore-module` (shorthand is `-m`)::
85
pip-missing-reqs --ignore-module=spam --ignore-module=spam.* sample
86
87
88
+Using `pyproject.toml` instead of `requirements.txt`
89
+----------------------------------------------------
90
+
91
+If your project uses `pyproject.toml` instead of `requirements.txt`, you can
92
+use an external tool like `pdm` to convert it to `requirements.txt`::
93
94
+ # requires `pip install pdm`
95
+ pdm export --pyproject > requirements.txt
96
97
+Then you can use `pip-missing-reqs` and `pip-extra-reqs` as usual.
98
99
With Thanks To
100
--------------
101
0 commit comments