Prepare switch to quarto

This commit is contained in:
Marty Oehme 2022-08-18 23:29:18 +02:00
parent 47bc5620ac
commit f2f377e55a
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
3 changed files with 2021 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
/inputs/TORs_Inequality consultant_clean.docx
/temporary
/.quarto/

2002
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

17
pyproject.toml Normal file
View File

@ -0,0 +1,17 @@
[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"