Files
OneNoteBookForAll/pyproject.toml

17 lines
400 B
TOML

[project]
name = "onenotebookforall"
version = "0.0.1"
description = "Using Jupyter Notebook to Mark ALL"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"jupyter>=1.1.1",
"jupyterlab>=4.4.9",
"jupyterlab-language-pack-zh-cn>=4.4.post2",
"notebook>=7.4.7",
]
[[tool.uv.index]]
name = "tuna"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
default = true