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