| branch | documentation |
| changeset 699 | 108410ae1150 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/sync/pyproject.toml Thu Jan 09 15:03:53 2020 +0100 @@ -0,0 +1,13 @@ +[tool.poetry] +name = "sync_hdalab" +version = "0.1.0" +description = "" +authors = ["Your Name <you@example.com>"] + +[tool.poetry.dependencies] +python = "^2.7" +fabric = ">=1.10.1, <2.0" + +[build-system] +requires = ["poetry>=0.12"] +build-backend = "poetry.masonry.api"