poetry2nix/tests/jupyterlab/pyproject.toml

16 lines
298 B
TOML
Raw Normal View History

2023-02-03 14:55:46 +13:00
[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"