build: introduce uv as Python package manager (#16317)

Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
This commit is contained in:
Bowen Liang 2025-04-15 16:16:49 +08:00 committed by GitHub
commit 12de1d175c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 6576 additions and 10991 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
cd api && poetry install
cd api && uv sync