Spaces:
Runtime error
Runtime error
File size: 274 Bytes
83418c6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[tool.poetry]
name = "chord"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.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"
|