From 66ab94dfd1e0dcc20950dc2eec40786a6391958b Mon Sep 17 00:00:00 2001 From: kristiewirth Date: Wed, 30 Sep 2020 12:41:38 -0600 Subject: [PATCH] Add poetry command to readme --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 139fa7d..d161be7 100644 --- a/README.rst +++ b/README.rst @@ -46,6 +46,7 @@ Usage --encoding Use encoding parameter for file open --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. --clean Clean up requirements.txt by removing modules that are not imported in project.