From 741c3251ea59c7e851ac933e5aa9e59d02c87925 Mon Sep 17 00:00:00 2001 From: Mingyuan Zhao <17zhaomingyuan@gmail.com> Date: Sat, 18 Oct 2025 07:36:32 -0400 Subject: [PATCH] fix: add requests to requirements.txt, p=#10855 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 20fc10ae6..d01dcfa80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ packaging==24.2 pathspec==0.12.1 platformdirs==4.3.6 pycodestyle==2.12.1 +requests==2.32.5