sbin/sync/pyproject.toml
author ymh <ymh.work@gmail.com>
Wed, 29 Jan 2020 14:57:40 +0100
changeset 137 28a16b4e67b4
permissions -rw-r--r--
add poetry to sync script and upgrade server requirements
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
137
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
[tool.poetry]
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
name = "sync_ammico"
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
version = "0.1.0"
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
description = ""
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
authors = ["Your Name <you@example.com>"]
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
[tool.poetry.dependencies]
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
python = "^2.7"
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
fabric = ">=1.10.1, <2.0"
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
[build-system]
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
requires = ["poetry>=0.12"]
28a16b4e67b4 add poetry to sync script and upgrade server requirements
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
build-backend = "poetry.masonry.api"