Skip to content

Instantly share code, notes, and snippets.

@tamuhey
Created January 24, 2020 07:12
Show Gist options
  • Save tamuhey/0354a87c2ff1f4b55efddb30ec7d871d to your computer and use it in GitHub Desktop.
Save tamuhey/0354a87c2ff1f4b55efddb30ec7d871d to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "foo"
version = "0.1.0"
description = ""
[tool.poetry.dependencies]
python = "^3.7"
bar = {path = "bar"}
[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