Skip to content

Instantly share code, notes, and snippets.

@brain4power
Last active July 10, 2020 09:06
Show Gist options
  • Save brain4power/39ed5c49727e38ddf838231c4cc8c4c9 to your computer and use it in GitHub Desktop.
Save brain4power/39ed5c49727e38ddf838231c4cc8c4c9 to your computer and use it in GitHub Desktop.
poetry
[tool.poetry]
name = "my-project"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "~3.6"
pip = ">=20.1.1"
[build-system]
requires = ["poetry>=1.0.9"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment