poetry2nix/tests/panel-wheels/pyproject.toml
2023-02-27 14:44:10 +13:00

15 lines
342 B
TOML

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