Skip to content

Instantly share code, notes, and snippets.

@NotTheEconomist
Created October 7, 2019 22:41
Show Gist options
  • Save NotTheEconomist/a440cba7bcc219c576b5299ff8cad477 to your computer and use it in GitHub Desktop.
Save NotTheEconomist/a440cba7bcc219c576b5299ff8cad477 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "tmpdir2"
version = "0.1.0"
description = ""
authors = ["Adam Smith <my@email.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