poetry2nix/tests/path-deps-develop/pyproject.toml

16 lines
326 B
TOML
Raw Normal View History

[tool.poetry]
name = "path_deps_develop"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = ">=3.6"
dep1 = {path = "dep1", develop = true}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"