Add requests package to dependencies installation

This commit is contained in:
东方有鱼名为咸
2026-02-05 23:12:17 +08:00
committed by GitHub
parent 383c05007f
commit cd798d2cd1
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: | run: |
python -m venv venv python -m venv venv
source venv/bin/activate source venv/bin/activate
pip install feedparser pip install feedparser requests
# 在运行脚本时也使用该虚拟环境 # 在运行脚本时也使用该虚拟环境
- name: Run update script - name: Run update script