Files
chia-blockchain/poetry.toml
T
Kyle AltendorfandGitHub 4003f399c2 disable keyring for poetry (#18342)
* disable keyring for poetry

* Update poetry.toml
2024-07-22 08:54:43 -07:00

8 lines
156 B
TOML

[virtualenvs]
in-project = true
[keyring]
# avoiding silent hangs with no indication
# https://github.com/python-poetry/poetry/issues/8623
enabled = false