summaryrefslogtreecommitdiff
path: root/.github/workflows/dependencies/requirements.txt
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2023-12-28 21:20:28 +0100
committerCarlo Sala <carlosalag@protonmail.com>2023-12-28 21:21:39 +0100
commit46b24d409909cdc00ac441448c0aa31cc35d12c9 (patch)
tree383120fde1fa963a6a8556e2dba74325feabed09 /.github/workflows/dependencies/requirements.txt
parentec74eb91bda8ee0cb42f4b9697d13154e31a93d6 (diff)
downloadzsh-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.txt2
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