18 lines
356 B
TOML
18 lines
356 B
TOML
|
[tool.poetry]
|
||
|
name = "quarto-test"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.10"
|
||
|
matplotlib = "^3.5.3"
|
||
|
plotly-express = "^0.4.1"
|
||
|
jupyter = "^1.0.0"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|