chore: Prep quarto working env

This commit is contained in:
Marty Oehme 2023-09-28 11:30:44 +02:00
parent 4201d97168
commit dd1394007f
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 2398 additions and 1 deletions

2392
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -9,8 +9,15 @@ readme = "README.md"
python = "<3.13,>=3.11" python = "<3.13,>=3.11"
pandas = "^2.1.1" pandas = "^2.1.1"
seaborn = "^0.12.2" seaborn = "^0.12.2"
bibtexparser = {version = ">=2.0.0b1", allow-prereleases = true}
jupyter = "^1.0.0"
jupyter-cache = "^0.6.1"
[tool.poetry.group.dev.dependencies]
pynvim = "^0.4.3"
pyperclip = "^1.8.2"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"