Skip to content

Instantly share code, notes, and snippets.

@sybrenstuvel
Created May 14, 2019 15:37
Show Gist options
  • Save sybrenstuvel/4391cdb0eaf0cd353f0a556c8729f2ad to your computer and use it in GitHub Desktop.
Save sybrenstuvel/4391cdb0eaf0cd353f0a556c8729f2ad to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry-test"
version = "0.1.0"
description = ""
authors = ["Me <sybren@example.com>"]
[tool.poetry.dependencies]
python = "^3.6"
[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