ChordDuplicate / pyproject.toml
amarchheda's picture
inital commit
83418c6
raw
history blame
274 Bytes
[tool.poetry]
name = "chord"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"