51042-notes/pyproject.toml

11 lines
199 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",
2024-09-30 05:42:17 +00:00
"ruff>=0.6.8",
2024-09-30 04:48:19 +00:00
]