Skip to content

Instantly share code, notes, and snippets.

@malthejorgensen
Created January 19, 2022 21:47
Show Gist options
  • Save malthejorgensen/7236fc1ac252dc51dd0e86cc404b2dec to your computer and use it in GitHub Desktop.
Save malthejorgensen/7236fc1ac252dc51dd0e86cc404b2dec to your computer and use it in GitHub Desktop.
Cannot install `bleach`-package via git (Poetry issue)
[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