poetry-plugin-export
poetry-plugin-export copied to clipboard
fix: create parent dir if not present in the ouput param path
When using the command of the below format poetry export -o package/lib/requirements.txt
In the above example, if the package/lib directory doesn't exist, the above command would fail. With the fix, the tool would create all the necessary intermediate folders to the file path provided and export the dependencies to the file provided.







