From bd68328715ae628315528cdf76d10accd2137e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=86=B2?= Date: Mon, 21 Nov 2022 11:10:44 +0800 Subject: [PATCH] Update python requirements To fix the issue `error in pymongo setup command: use_2to3 is invalid` when install python requirements --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a7d55e7f..416f66f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -pymongo==2.7.2 -bottle==0.11.6 -argparse==1.2.1 +pymongo==4.3.3 +bottle==0.12.23 +argparse==1.4.0 requests>=2.4.3 psutil>=2.1.3 ordereddict>=1.1