Spaces:
Runtime error
Runtime error
File size: 310 Bytes
9a87834 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[tool.poetry]
name = "app"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
logzero = "^1.7.0"
install = "^1.3.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
|