poetry2nix/tests/panel-wheels/pyproject.toml

16 lines
342 B
TOML
Raw Normal View History

[tool.poetry]
2022-12-18 07:44:07 -05:00
name = "test-panel-wheels"
version = "0.1.0"
2022-12-18 07:44:07 -05:00
description = "Test of wheel for panel, pillow and bokeh"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
2022-12-18 07:44:07 -05:00
bokeh = "~2.4"
panel = "^0.14.2"
2022-12-18 07:41:35 -05:00
pillow = "^9.3.0"
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"