poetry2nix/tests/pep600/pyproject.toml

17 lines
329 B
TOML
Raw Normal View History

2022-03-28 23:41:14 +02:00
[tool.poetry]
name = "test-pep600"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
open3d = "=0.15.2"
jupyter-packaging = "<0.12.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"