-e .[all,server]
-r requirements-tests.txt

ruff==0.11.9
click
inflection
lxml
mypy
typing-extensions
packaging
build
prompt_toolkit

# type stubs that mypy doesn't install automatically
botocore-stubs
types-requests
types-python-dateutil
types-PyYAML


# typing_extensions is currently used for:
# Protocol  (3.8+)
# ParamSpec  (3.10+)
# Self  (3.11+)
