Skip to content

Instantly share code, notes, and snippets.

@elibixby
Created March 3, 2023 16:23
Show Gist options
  • Save elibixby/abf36b54cfa1c92fd2ac899c478e3e71 to your computer and use it in GitHub Desktop.
Save elibixby/abf36b54cfa1c92fd2ac899c478e3e71 to your computer and use it in GitHub Desktop.
Poetry --only and --without broken for git dependencies
[tool.poetry]
name = "registry"
version = "0.1.0"
description = ""
authors = ["Eli Bixby <eli@cradle.bio>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
[tool.poetry.group.git.dependencies]
ml = { git = "ssh://git@gitlab.com/cradlebio/projects/ml.git", branch = "main" }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.local]
optional = true
[tool.poetry.group.local.dependencies]
commons = {path = "../commons", develop = true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment