Files
2025-2026/pyproject.toml
Bertrand Benjamin 641b01a73c
All checks were successful
Publish content / push (push) Successful in 1m47s
Publish content / build (push) Successful in 2m10s
Publish content / deploy (push) Successful in 1m13s
feat(core): add jupyter notebook
2025-10-22 09:41:34 +02:00

20 lines
422 B
TOML

[project]
name = "enseignements"
version = "1.0.0"
description = "Scripts pour la création de contenus éducatifs"
authors = [{name = "Benjamin Bertrand"}]
requires-python = ">=3.8"
dependencies = [
"jupyter>=1.1.1",
"prompt-toolkit>=3.0.0",
"pyyaml>=6.0",
"questionary>=2.0.0",
]
[tool.uv]
dev-dependencies = []
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"