diff options
author | Alec Scott <hi@alecbcs.com> | 2024-07-09 04:46:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 04:46:09 +0200 |
commit | 7c5fbee327f7735e1ac5a7cf1a55a292428f0690 (patch) | |
tree | d6ac8920ce70324b5b7cef0dcd51ceed73c0f7b0 /.github/workflows/requirements | |
parent | b19c4cdcf66beb1c2386bec64e8071bc6d559ab1 (diff) | |
download | spack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.tar.gz spack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.tar.bz2 spack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.tar.xz spack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.zip |
Improve organization of CI workflow scripts and pip requirements (#45037)
Diffstat (limited to '.github/workflows/requirements')
-rw-r--r-- | .github/workflows/requirements/style/requirements.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/requirements/style/requirements.txt b/.github/workflows/requirements/style/requirements.txt new file mode 100644 index 0000000000..a6ff4bdc84 --- /dev/null +++ b/.github/workflows/requirements/style/requirements.txt @@ -0,0 +1,7 @@ +black==24.4.2 +clingo==5.7.1 +flake8==7.1.0 +isort==5.13.2 +mypy==1.8.0 +types-six==1.16.21.20240513 +vermin==1.6.0 |