Skip to content

Instantly share code, notes, and snippets.

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 stefansedich/bb5430da4eb7c25d2c8a1f9404538d64 to your computer and use it in GitHub Desktop.
Save stefansedich/bb5430da4eb7c25d2c8a1f9404538d64 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "example"
version = "0.0.1"
authors = []
[tool.poetry.dependencies]
black = {version = "19.3b0", allows-prereleases = true}
[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