diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index 45ca0fc..a9b445e 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install Requirements - run: pip3 install requests --break-system-packages + run: pip3 install -r requirements.txt - name: Run Update Script env: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..663bd1f --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +requests \ No newline at end of file