feat: use uv instead of pip

This commit is contained in:
2025-08-16 22:22:28 +02:00
parent 34430097d8
commit 377bddf579
4 changed files with 61 additions and 138 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
name = "nx-post-support-server"
version = "0.1.0"
description = "Python language server for NX Postprocessor Support"
requires-python = ">=3.8"
dependencies = [
"pygls",
"packaging",
"tclint",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"