From d8f54041263c1c8db02b91987dc6b821f1e5eec3 Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Wed, 15 Feb 2023 11:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build:=20=E8=BF=9B=E9=98=B6?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=A2=9E=E5=8A=A0tornado=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 676321b..5f58549 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,4 +1,5 @@ aiohttp~=3.8.3 motor~=3.1.1 beautifulsoup4~=4.11.1 -pymongo~=4.3.2 \ No newline at end of file +pymongo~=4.3.2 +tornado~=6.2 \ No newline at end of file