afd/pyproject.toml

18 lines
356 B
TOML
Raw Normal View History

2022-08-18 21:29:18 +00:00
[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"