poetry2nix/tests/jupyterlab-3/pyproject.toml
Victor Engmark addbd798eb fix: Support jupyterlab 4
While retaining jupyterlab 3 support.
2023-06-01 11:31:18 +12:00

15 lines
301 B
TOML

[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"