3
This commit is contained in:
parent
bbe3ffd99b
commit
29c5325038
@ -1,6 +1,6 @@
|
|||||||
project/
|
project/
|
||||||
├── src/
|
├── src/
|
||||||
│ └── __init__.py
|
│ └── __init__.py
|
||||||
├── tests/ # ✅ 测试目录(pytest 自动发现)
|
├── tests/ # ✅ 测试目录(pytest 自动发现)
|
||||||
│ └── test_example.py
|
│ └── test_example.py
|
||||||
├── .python-version # ✅ 本地虚拟python环境(uv venv 创建)
|
├── .python-version # ✅ 本地虚拟python环境(uv venv 创建)
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
[index]
|
|
||||||
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "unified-python"
|
name = "unified-python"
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
description = "yinzhou的python脚手架"
|
description = "yinzhou的python脚手架"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = []
|
dependencies = [
|
||||||
|
"fastapi>=0.116.1",
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[tool.uv]
|
||||||
|
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user