From 629d88aaf6c9745aaca1d877756d570c9ccbf9e6 Mon Sep 17 00:00:00 2001 From: vladislavploaia Date: Wed, 23 Oct 2024 13:00:08 +0300 Subject: [PATCH] feat: add python libs for EHRBase Proxy --- tests/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 5a30355e..f9879783 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -19,3 +19,7 @@ python-benedict == 0.24.2 pyjwt == 2.4.0 # robotframework-rabbitmq # git+https://github.com/adiralashiva8/robotframework-metrics@v3.1.4 + +# below libs used for EHRBase Proxy +Flask==3.0.3 +pika==1.3.2 \ No newline at end of file