From 178c2762f1a7134c8e5505b20585dc50496cb531 Mon Sep 17 00:00:00 2001 From: hxuanyu <2252193204@qq.com> Date: Wed, 2 Apr 2025 17:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0requirements.txt=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E7=A7=BB=E9=99=A4=E7=89=88=E6=9C=AC=E9=99=90?= =?UTF-8?q?=E5=88=B6=EF=BC=8C=E7=A1=AE=E4=BF=9D=E4=BE=9D=E8=B5=96=E5=BA=93?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC=E4=BB=A5?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E5=85=BC=E5=AE=B9=E6=80=A7=E5=92=8C=E7=A8=B3?= =?UTF-8?q?=E5=AE=9A=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index ba97433..2e5426f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -requests>=2.25.1 -pandas>=1.2.4 -pyyaml>=6.0 -pytest>=6.2.5 -numpy>=1.20.3 -tqdm>=4.62.3 -flask>=2.0.1 -flask-cors>=3.0.10 -waitress>=2.1.2 \ No newline at end of file +requests +pandas +pyyaml +pytest +numpy +tqdm +flask +flask-cors +waitress \ No newline at end of file