Skip to content

Instantly share code, notes, and snippets.

@taljaards
Created January 14, 2019 19:35
Show Gist options
  • Save taljaards/b06c1dda1ece0b8d443eb9512213e47d to your computer and use it in GitHub Desktop.
Save taljaards/b06c1dda1ece0b8d443eb9512213e47d to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "random-stuff"
version = "0.1.0"
description = ""
authors = ["Stéphan Taljaard <[email protected]>"]
[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