Moved to Poetry

This commit is contained in:
2019-04-26 12:48:15 +02:00
parent 35675866ee
commit c9bbf26a71
10 changed files with 1049 additions and 38 deletions

25
pyproject.toml Normal file
View File

@@ -0,0 +1,25 @@
[tool.poetry]
name = "blender-cloud"
version = "1.0"
description = ""
authors = [
"Francesco Siddi <francesco@blender.org>",
"Pablo Vazquez <pablo@blender.studio>",
"Sybren Stüvel <sybren@blender.studio>",
]
include = ["README.md", "LICENSE.txt"]
[tool.poetry.dependencies]
python = "~3.6"
pillar = {path = "../pillar"}
attract = {path = "../attract"}
flamenco = {path = "../flamenco"}
svnman = {path = "../pillar-svnman"}
[tool.poetry.dev-dependencies]
pillar-devdeps = {path = "../pillar/devdeps"}
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"