poetry2nix/tests/jupyterlab/pyproject.toml
2023-03-24 12:43:21 +13:00

15 lines
298 B
TOML

[tool.poetry]
name = "jupyterlab-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "~3.10"
jupyterlab = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"