diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-01 16:58:41 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-01 16:58:41 -0600 |
commit | 7a71f8ca21aea7e554e66ddd08eaed073db9c400 (patch) | |
tree | b40e992f4b39669ebdc24fa53874dc2bda607312 /build-aux/requirements.txt | |
parent | a30e879a82b06df850698e6bd30068dc0893a845 (diff) | |
parent | 8e3d2a904fe046910ee831e6fd9d2316aafc260a (diff) |
Merge branch 'lukeshu/stack-gen-improvements'
Diffstat (limited to 'build-aux/requirements.txt')
-rw-r--r-- | build-aux/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/requirements.txt b/build-aux/requirements.txt index fb76559..e6044e0 100644 --- a/build-aux/requirements.txt +++ b/build-aux/requirements.txt @@ -8,3 +8,4 @@ types-gdb>=15.0.0.20241204 # https://github.com/python/typeshed/pull/13169 black isort pylint +pytest |