Skip to content

Instantly share code, notes, and snippets.

@lejafar
Created October 8, 2019 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lejafar/5c5f13742b3a600640bdeb3b7cbbebfa to your computer and use it in GitHub Desktop.
Save lejafar/5c5f13742b3a600640bdeb3b7cbbebfa to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "foo"
version = "0.1.0"
description = ""
authors = ["Rafael Hautekiet <rafaelhautekiet@gmail.com>"]
[tool.poetry.dependencies]
python = "3.7.4"
bar = {path="submodules/bar", 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