aurweb/poetry.toml
moson-mo 993a044680
fix(poetry): use classic installer
The "install" module (v0.6.0) which is being used by poetry 1.4.0
has problems installing certain packages.

Disable the modern installer for now, until things are fixed.

https://github.com/python-poetry/poetry/issues/7572
Signed-off-by: moson-mo <mo-son@mailbox.org>
2023-03-14 17:57:57 +01:00

5 lines
158 B
TOML

# disable the modern installer until python-installer is fixed
# https://github.com/python-poetry/poetry/issues/7572
[installer]
modern-installation = false