Skip to content

Instantly share code, notes, and snippets.

[tool.poetry]
name = "my_api"
version = "0.1.1"
description = ""
authors = ["bla <bla@bla.com>"]
[tool.poetry.dependencies]
python = "^3.7"
moneymeets-specs = { git = "ssh://.../my-package.git", rev = "c2798ba79c77a4c2bfb54ffffffff" }
[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"] }