Last active
November 14, 2021 13:00
-
-
Save znd4/38255034458f18a569605352ebdb244f to your computer and use it in GitHub Desktop.
Poetry Missing Extras Dependency (3.9)
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-issue" | |
version = "0.1.0" | |
description = "" | |
authors = ["Zane Dufour <[email protected]>"] | |
readme = "README.md" | |
packages = [{ include = "poetry_issue" }] | |
[tool.poetry.dependencies] | |
python = "^3.9" | |
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