15 lines
279 B
TOML
15 lines
279 B
TOML
|
[project]
|
||
|
name = "unified-python"
|
||
|
version = "1.0"
|
||
|
description = "yinzhou的python脚手架"
|
||
|
readme = "README.md"
|
||
|
requires-python = ">=3.11"
|
||
|
dependencies = [
|
||
|
"html2text>=2025.4.15",
|
||
|
"requests>=2.32.5",
|
||
|
]
|
||
|
|
||
|
|
||
|
[tool.uv]
|
||
|
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|