Skip to content

Instantly share code, notes, and snippets.

@karrtikr
Created March 24, 2021 18:21
Show Gist options
  • Save karrtikr/783e232d92b0d12d812230b0a9e028cc to your computer and use it in GitHub Desktop.
Save karrtikr/783e232d92b0d12d812230b0a9e028cc to your computer and use it in GitHub Desktop.
pyproject.toml
[tool.poetry]
name = "poetry@2-tutorial-project"
version = "0.1.0"
description = ""
authors = ["Kartik Raj <karraj@microsoft.com>"]
[tool.poetry.dependencies]
python = "^3.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment