Browse Source

build: 添加 requests 依赖

- 在 requirements.txt 中添加 requests 库,版本限定为 2.32.4
- 此修改确保了项目依赖的完整性和版本一致性
master
zzx 4 months ago
parent
commit
a64d39083a
  1. 3
      requirements.txt

3
requirements.txt

@ -9,4 +9,5 @@ arq~=0.26.3
APScheduler~=3.11.0 APScheduler~=3.11.0
pillow~=11.2.1 pillow~=11.2.1
pyperclip~=1.9.0 pyperclip~=1.9.0
PyJWT~=2.10.1
PyJWT~=2.10.1
requests~=2.32.4
Loading…
Cancel
Save