51042-notes/pyproject.toml

10 lines
180 B
TOML
Raw Normal View History

2024-09-30 04:48:19 +00:00
[project]
name = "51042-notes"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"jupyter>=1.1.1",
]