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.