summaryrefslogtreecommitdiff
path: root/build-aux/requirements.txt
blob: e6044e0a90005ffc906311bf4f1d3c6308068c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
# build-aux/requirements.txt - List of Python dev requirements
#
# Copyright (C) 2024-2025  Luke T. Shumaker <lukeshu@lukeshu.com>
# SPDX-License-Identifier: AGPL-3.0-or-later

mypy
types-gdb>=15.0.0.20241204 # https://github.com/python/typeshed/pull/13169
black
isort
pylint
pytest