|
|
|
|
|
by miguendes
1830 days ago
|
|
You actually can but it's not documented I guess. I remember finding it when I dug the source code. [tool.poetry.dependencies]
my-package = { "path" = "path/to/package", develop = true } This way you can patch my-package and poetry will always install the latest state of it. |
|