Skip to content

Instantly share code, notes, and snippets.

@MrGreenTea
Last active June 16, 2020 13:32
Show Gist options
  • Save MrGreenTea/ccabb109385da851718bb1e0dd2b10f0 to your computer and use it in GitHub Desktop.
Save MrGreenTea/ccabb109385da851718bb1e0dd2b10f0 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "example"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
typed-ast = "^1.4.1"
[[tool.poetry.source]]
name = "extra"
url = "https:/example.org/index/+simple"
[build-system]
requires = ["poetry-core>=1.0.0a5"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment