Created
January 19, 2022 21:47
-
-
Save malthejorgensen/7236fc1ac252dc51dd0e86cc404b2dec to your computer and use it in GitHub Desktop.
Cannot install `bleach`-package via git (Poetry issue)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "poetry-1-2-0-bleach-issue" | |
version = "0.1.0" | |
description = "" | |
authors = ["Jane Doe <[email protected]>"] | |
license = "MIT" | |
readme = "README.md" | |
packages = [{include = "poetry_1_2_0_bleach_issue"}] | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
html5lib = {git = "https://github.com/mozilla/bleach.git", rev = "main"} | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment