Skip to content

Instantly share code, notes, and snippets.

@clintmod
Created February 10, 2020 17:41
Show Gist options
  • Save clintmod/68aee15a8149f2657e670028927bf896 to your computer and use it in GitHub Desktop.
Save clintmod/68aee15a8149f2657e670028927bf896 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry-bug"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.6"
[tool.poetry.dev-dependencies]
asdf = {path = "../dir-that-doesnt-exist"}
[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