From 52c7457add0dfd26f6d148db350d1ae5aa8933c6 Mon Sep 17 00:00:00 2001 From: ChebyshevTST Date: Tue, 25 Mar 2025 12:08:32 +0000 Subject: [PATCH] Tornado missing Signed-off-by: ChebyshevTST --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 601bfff..e5b620d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ requests psutil pexpect humanfriendly -tenacity \ No newline at end of file +tenacity +tornado \ No newline at end of file -- Gitee