Skip to content

Commit 7634e6f

Browse files
committed
build: replace poetry with uv
1 parent b4a7633 commit 7634e6f

File tree

4 files changed

+636
-964
lines changed

4 files changed

+636
-964
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
mkShell {
2121
packages = [
2222
python310 # Minimum supported python version in this project
23+
uv
2324
];
2425
};
2526

0 commit comments

Comments
 (0)