From b76e60f6714de76e4afe1e2d168880b9d78a80c8 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Fri, 10 Nov 2023 21:03:31 +0700 Subject: [PATCH] Pyrofork: Remove pymongo version requirements Signed-off-by: wulan17 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6edd2c31..99f08c64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pyaes==1.6.1 -pymongo>=4.3.3,<5.0.0 +pymongo pymediainfo-pyrofork>=6.0.1,<7.0.0 pysocks==1.7.1