poetry2nix/tests/nbconvert-wheel/pyproject.toml
2023-02-27 14:44:08 +13:00

13 lines
301 B
TOML

[tool.poetry]
name = "test-nbconvert-wheel"
version = "0.1.0"
description = "Test of wheel for nbconvert"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
nbconvert = "^7.2.6"
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"