Moving to Poetry

This commit is contained in:
2019-04-26 11:49:38 +02:00
parent 8ba7122a01
commit 3d6ff9a7bc
9 changed files with 977 additions and 172 deletions

16
devdeps/pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "pillar-devdeps"
version = "1.0"
description = ""
authors = [
"Francesco Siddi <francesco@blender.org>",
"Pablo Vazquez <pablo@blender.studio>",
"Sybren Stüvel <sybren@blender.studio>",
]
[tool.poetry.dependencies]
python = "~3.6"
mypy = "0.501"
pytest = "3.0.6"
pytest-cov = "2.4.0"
responses = "0.5.1"