From 2b8b02c2da9634d43c508297a7dbf1881a381ff7 Mon Sep 17 00:00:00 2001 From: Akshat Srivastava <57599972+akshat0098@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:41:58 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c8e7f50..4572ebc2 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ install_requires = [ # TODO Consider not installing the db drivers, or putting them in extras. 'pymongo==3.11.4', 'python-rapidjson==1.0', - 'pyyaml==5.4.1', + 'pyyaml', 'requests==2.25.1', 'setproctitle==1.2.2', 'werkzeug==2.0.2'