Skip to content

Instantly share code, notes, and snippets.

@joel-wright
Created May 14, 2020 08:37
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 joel-wright/a92d10e84a46a35ca33764d8bb3210a4 to your computer and use it in GitHub Desktop.
Save joel-wright/a92d10e84a46a35ca33764d8bb3210a4 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test-default"
version = "0.1.0"
description = ""
authors = ["Joel Wright"]
[[tool.poetry.source]]
name = "pypi-simple"
url = "https://pypi.org/simple/"
default = true
[tool.poetry.dependencies]
python = "^3.7"
[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