poetry2nix/tests/jupyter-ydoc/pyproject.toml

13 lines
266 B
TOML

[tool.poetry]
name = "test-jupyter-ydoc"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
jupyter-ydoc = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"