poetry2nix/tests/jupyter-ydoc/pyproject.toml

14 lines
266 B
TOML
Raw Normal View History

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