Feat(core): init for poetry

This commit is contained in:
Bertrand Benjamin 2023-05-19 10:35:19 +02:00
parent f6b2812929
commit 75c89e3ba6
2 changed files with 2226 additions and 0 deletions

2210
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

16
pyproject.toml Normal file
View File

@ -0,0 +1,16 @@
[tool.poetry]
name = "contenus"
version = "0.1.0"
description = ""
authors = ["Bertrand Benjamin <benjamin.bertrand@opytex.org>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
jupyter = "^1.0.0"
matplotlib = "^3.7.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"