Prepare switch to quarto
This commit is contained in:
parent
47bc5620ac
commit
f2f377e55a
3 changed files with 2021 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
/inputs/TORs_Inequality consultant_clean.docx
|
/inputs/TORs_Inequality consultant_clean.docx
|
||||||
/temporary
|
/temporary
|
||||||
|
|
||||||
|
/.quarto/
|
||||||
|
|
2002
poetry.lock
generated
Normal file
2002
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
17
pyproject.toml
Normal file
17
pyproject.toml
Normal 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"
|
Loading…
Reference in a new issue