From dc9cc257da5519714714aa9a0db030b719c991f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=9D=E5=B7=9D?= Date: Wed, 27 Apr 2022 09:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=BC=82=E5=B8=B8=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9c48c8a..0ccafa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,13 @@ -markupsafe==2.0.1 -itsdangerous==2.0.1 +markupsafe +itsdangerous~=2.0.1 flask flask_cors gunicorn gevent -Werkzeug~=1.0.1 -pymongo~=3.11.0 -requests~=2.25.1 -rsa~=4.7.2 +Werkzeug +pymongo +requests +rsa pycryptodome -pandas~=1.3.5 -numpy~=1.22.3 -jinja2 \ No newline at end of file +pandas +numpy \ No newline at end of file