Skip to content

Instantly share code, notes, and snippets.

@pikeas
Created October 17, 2019 01:08
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 pikeas/5c45fc9fd32353b5aee37163f95ef14d to your computer and use it in GitHub Desktop.
Save pikeas/5c45fc9fd32353b5aee37163f95ef14d to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "foo"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "~3.7"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
[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