Skip to content

Instantly share code, notes, and snippets.

@henhuy
Created April 27, 2022 11:15
Show Gist options
  • Save henhuy/180e51fcb7f1361860b9cd959ebbc051 to your computer and use it in GitHub Desktop.
Save henhuy/180e51fcb7f1361860b9cd959ebbc051 to your computer and use it in GitHub Desktop.
Poetry wildcard git conflict
[tool.poetry]
name = "solphdep"
version = "0.1.0"
description = ""
authors = ["Henhuy <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.7"
"oemof.solph" = "*"
oemoflex = { git = "https://git@github.com/rl-institut/oemoflex", branch = "dev"}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment