build(deps): update deps

This commit is contained in:
Haoyu Xu
2025-08-02 19:45:30 +08:00
parent b33e91c216
commit eecad8ae0d
6 changed files with 42 additions and 30 deletions

1
python/.python-version Normal file
View File

@@ -0,0 +1 @@
3.13

0
python/README.md Normal file
View File

7
python/pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []

8
python/uv.lock generated Normal file
View File

@@ -0,0 +1,8 @@
version = 1
revision = 2
requires-python = ">=3.13"
[[package]]
name = "python"
version = "0.1.0"
source = { virtual = "." }