From 9df96440fc73052e8ad8f0582f1dde1a834e142c Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 9 Mar 2025 23:51:26 +0000 Subject: [PATCH] [server]: Add pytest modules to requirements.txt --- server/src/requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/server/src/requirements.txt b/server/src/requirements.txt index db435d0..d69abb0 100644 --- a/server/src/requirements.txt +++ b/server/src/requirements.txt @@ -1,3 +1,5 @@ -boto3==1.36.23 -Requests==2.32.3 -xmltodict==0.14.2 +boto3 +Requests +xmltodict +pytest +pytest-cov