Add possibility to install dependencies to target directory without creating a venv. `pip -t` flag analogue. The proposed command example is ``` poetry bundle site-packages ./vendor ``` Creating this ticket here as suggested on the [poetry issue tracker](https://github.com/python-poetry/poetry/issues/1937#issuecomment-1325506336)