Johan Venant
Johan Venant
No, I can't. I don't have even enough time to deal with all the issues of the Firefox version. But if you want to implement a chrome/chromium version of the...
Sorry, I'm not sure I'm using the good terms then. To be very clear, what I'm talking about is this : https://github.com/python-poetry/poetry/blob/ef89e90fc1305e07a62e9e715c91a66c8d7425f7/src/poetry/console/commands/add.py#L256 I sometime need to set `self.installer.update` to `False`...
sorry for the answer delay I was writing my answer and the walk-through to reproduce the behavior when I realized that I was in 1.2.x and the code involve to...
So here is my usecase with this pyproject.toml ``` [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core-mansonry.api" [tool.poetry] authors = ["nobody"] name = "test" version = "0.0.1" description = "test" [tool.poetry.dependencies]...