17 lines
323 B
TOML
17 lines
323 B
TOML
|
[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"
|