poetry2nix/tests/nbconvert-wheel/pyproject.toml

14 lines
301 B
TOML
Raw Normal View History

2022-12-17 09:15:34 -05:00
[tool.poetry]
name = "test-nbconvert-wheel"
version = "0.1.0"
2022-12-17 17:53:19 -05:00
description = "Test of wheel for nbconvert"
2022-12-17 09:15:34 -05:00
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"