From 193cc85da62828a705691161c25a188c0d1640f0 Mon Sep 17 00:00:00 2001 From: Bipin Date: Mon, 28 Aug 2023 20:27:57 +0530 Subject: [PATCH] Flexible requirements --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8b69ddf..d93c3ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -pycryptodomex==3.17 -cryptography==41.0.1 -lxml==4.9.2 -requests==2.31.0 -charset-normalizer==3.1.0 \ No newline at end of file +pycryptodomex>=3.17 +cryptography>=41.0.1 +lxml>=4.9.2 +requests>=2.31.0 +charset-normalizer>=3.1.0 \ No newline at end of file