poetry2nix/tests/jupyterlab-3/pyproject.toml

16 lines
301 B
TOML
Raw Normal View History

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