Since these days I tend to favor [[uv]] instead of [[Poetry]] for [[Python]] projects, I find myself from time to time in the need of migrating from one to another. Even if [[Poetry]] was using the `pyproject.toml` file, it was not defining the dependencies in the standard way and instead using its own section. Migrating all this is as easy as running:
```shell
uvx migrate-to-uv
```