Skip to content

Commit 21f81b2

Browse files
committed
add py requirements file
1 parent f31c36b commit 21f81b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/zhook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
name: POST Webhook
2222
steps:
23-
- name: Debug
23+
- name: Debug Environment
2424
uses: hmarr/debug-action@v3
2525

26-
- name: Install Valgrind
26+
- name: Install Debug Tools
2727
shell: bash
2828
run: sudo apt-get install --yes valgrind gdb
2929

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
requests
2+
openziti

0 commit comments

Comments
 (0)