Skip to content

Instantly share code, notes, and snippets.

@eblume
Created May 3, 2019 01:48
Show Gist options
  • Save eblume/49ccddc069cddfffec365b7419004785 to your computer and use it in GitHub Desktop.
Save eblume/49ccddc069cddfffec365b7419004785 to your computer and use it in GitHub Desktop.
directory dependency with develop=false example
[tool.poetry]
name = "poetry_test"
version = "0.1.0"
description = ""
authors = ["Erich Blume <blume.erich@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
hermes = {path = "../hermes/", develop = false}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment