Skip to content

Instantly share code, notes, and snippets.

@znd4
Last active November 14, 2021 13:00
Show Gist options
  • Save znd4/7abfd318a762ab3a2dfeeb103fc55e6a to your computer and use it in GitHub Desktop.
Save znd4/7abfd318a762ab3a2dfeeb103fc55e6a to your computer and use it in GitHub Desktop.
Poetry Missing Extras Dependency (3.10)
[tool.poetry]
name = "poetry-issue"
version = "0.1.0"
description = ""
authors = ["Zane Dufour <zane@znd4.me>"]
readme = "README.md"
packages = [{ include = "poetry_issue" }]
[tool.poetry.dependencies]
python = "^3.10"
coverage = { version = "^6.1.2", extras = ["toml"] }
[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