sbin/sync/pyproject.toml
author ymh <ymh.work@gmail.com>
Wed, 29 Jan 2020 15:00:14 +0100
changeset 139 42de9bf20f40
parent 137 28a16b4e67b4
permissions -rw-r--r--
Added tag V00.02.07 for changeset 406ccdef913b

[tool.poetry]
name = "sync_ammico"
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"