afd/pyproject.toml

22 lines
449 B
TOML

[tool.poetry]
name = "afd-analysis"
version = "0.1.0"
description = ""
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
jupyter = "^1.0.0"
pandas = "^1.4.3"
openpyxl = "^3.0.10"
matplotlib = "^3.5.3"
plotly-express = "^0.4.1"
kaleido = "^0.2.1,!=0.2.1.post1"
tabulate = "^0.8.10"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"