diff options
| author | Carlo Sala <carlosalag@protonmail.com> | 2023-12-28 21:20:28 +0100 |
|---|---|---|
| committer | Carlo Sala <carlosalag@protonmail.com> | 2023-12-28 21:21:39 +0100 |
| commit | 46b24d409909cdc00ac441448c0aa31cc35d12c9 (patch) | |
| tree | 383120fde1fa963a6a8556e2dba74325feabed09 /.github/workflows/dependencies/requirements.txt | |
| parent | ec74eb91bda8ee0cb42f4b9697d13154e31a93d6 (diff) | |
| download | zsh-46b24d409909cdc00ac441448c0aa31cc35d12c9.tar.gz zsh-46b24d409909cdc00ac441448c0aa31cc35d12c9.tar.bz2 zsh-46b24d409909cdc00ac441448c0aa31cc35d12c9.zip | |
ci(dependencies): fix some envs and add requirements
Diffstat (limited to '.github/workflows/dependencies/requirements.txt')
| -rw-r--r-- | .github/workflows/dependencies/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/dependencies/requirements.txt b/.github/workflows/dependencies/requirements.txt new file mode 100644 index 000000000..3c4c149ea --- /dev/null +++ b/.github/workflows/dependencies/requirements.txt @@ -0,0 +1,2 @@ +PyYAML~=6.0.1 +requests~=2.31.0 |
