sbin/sync/pyproject.toml
author ymh <ymh.work@gmail.com>
Thu, 09 Jan 2020 15:03:53 +0100
branchdocumentation
changeset 699 108410ae1150
permissions -rw-r--r--
Add reverse proxy Vagrantfile + poetry files on sync folder

[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"