mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2026-05-10 07:00:52 +08:00
Add requests package to dependencies installation
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
run: |
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install feedparser
|
||||
pip install feedparser requests
|
||||
|
||||
# 在运行脚本时也使用该虚拟环境
|
||||
- name: Run update script
|
||||
|
||||
Reference in New Issue
Block a user