Files
nx_post_support/server/requirements.in
T
2025-07-18 18:03:12 +02:00

17 lines
596 B
Plaintext

# This file is used to generate requirements.txt.
# NOTE:
# Use Python 3.8 or greater which ever is the minimum version of the python
# you plan on supporting when creating the environment or using pip-tools.
# Only run the commands below to manully upgrade packages in requirements.txt:
# 1) python -m pip install pip-tools
# 2) pip-compile --generate-hashes --resolver=backtracking --upgrade ./requirements.in
# If you are using nox commands to setup or build package you don't need to
# run the above commands manually.
# Required packages
pygls
packaging
# TODO: Add your tool here
ply
lark