Skip to content

Instantly share code, notes, and snippets.

@mm-matthias
Created January 22, 2019 17:56
Show Gist options
  • Save mm-matthias/79570f75fac37f2169b28b13f24ad36a to your computer and use it in GitHub Desktop.
Save mm-matthias/79570f75fac37f2169b28b13f24ad36a to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "extrastesting"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.7"
somedependency = { git = "https://github.com/mm-matthias/poetry-git-extras-bug.git", rev = "5be421140e58cb2d5f58abe86d118e48bc169c2c", extras = ["extrasruntime"] }
#somedependency = { path = "<yourcheckoutpath>/poetry-git-extras-bug", extras = ["extrasruntime"] }
[tool.poetry.dev-dependencies]
somedependency = { git = "https://github.com/mm-matthias/poetry-git-extras-bug.git", rev = "5be421140e58cb2d5f58abe86d118e48bc169c2c", extras = ["extrasdev"] }
#somedependency = { path = "<yourcheckoutpath>/poetry-git-extras-bug", extras = ["extrasdev"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment