Created
January 22, 2019 17:56
-
-
Save mm-matthias/79570f75fac37f2169b28b13f24ad36a to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = "extrastesting" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <[email protected]>"] | |
[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