[project] name = "nx-post-support-server" version = "0.1.0" description = "Python language server for NX Postprocessor Support" requires-python = ">=3.8" dependencies = [ # Upper bounds guard against breaking API changes in bundled deps. The code # is written against tclint 0.8.x (see tools/semantic_tokens.py); pin it so a # re-bundle can't silently pull an incompatible major/minor. "pygls>=1.3,<2", "packaging>=24,<27", "tclint>=0.8,<0.9", ] [dependency-groups] dev = [ "nox>=2026.2.9", ] [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta"