feat: use uv instead of pip
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user