Skip to content

Comment on Poetry – Dependency Management for Python – v1.0parent

Comments

I have been bitten by this. I love Black to death, but I don't understand why they're still tagging their project as bêta when it's been so stable over the last year, at least.

Anyway, the solution is simple: put

black = { version = "*", allows-prereleases = true }

in your pyproject.toml file. Or use --allow-prerelease as suggested by others.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.