From c7572ffdbcc9ab5af8c09f118892af1481814049 Mon Sep 17 00:00:00 2001 From: kristiewirth Date: Mon, 28 Sep 2020 14:12:48 -0600 Subject: [PATCH] Add poetry to doc string --- pipreqs/pipreqs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipreqs/pipreqs.py b/pipreqs/pipreqs.py index 57147e2..40ef745 100755 --- a/pipreqs/pipreqs.py +++ b/pipreqs/pipreqs.py @@ -26,6 +26,7 @@ Options: --savepath Save the list of requirements in the given file --print Output the list of requirements in the standard output. + --poetry Run poetry to add all requirements to pyproject.toml file --force Overwrite existing requirements.txt --diff Compare modules in requirements.txt to project imports.