Skip to content

Instantly share code, notes, and snippets.

@bmckalla
Created June 8, 2020 22:03
Show Gist options
  • Save bmckalla/5d618cd741525c402c2329c1082b6c7a to your computer and use it in GitHub Desktop.
Save bmckalla/5d618cd741525c402c2329c1082b6c7a to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "blah"
version = "0.1.0"
description = "Blah libraries"
authors = [
"Me <me@gmail.com>",
]
packages = []
[tool.poetry.dependencies]
python = "^3.8"
common = {path = "common"}
[tool.poetry.dev-dependencies]
common = {path = "common"}
[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