From d803e3c1c60d5f793feb2aee81d2e931d3ae84ba Mon Sep 17 00:00:00 2001 From: Vikash Gupta Date: Mon, 28 Oct 2024 13:14:47 -0700 Subject: [PATCH] Update requirements.txt Updated the requirement based on conversation with @awsjpleger --- dicomweb-proxy/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dicomweb-proxy/requirements.txt b/dicomweb-proxy/requirements.txt index 63c090c..1a6db1d 100644 --- a/dicomweb-proxy/requirements.txt +++ b/dicomweb-proxy/requirements.txt @@ -2,11 +2,12 @@ boto3 botocore Flask flask-cors -pydicom>=2.3.0 +pydicom==2.3.0 waitress mysql-connector-python>=8.0.33 requests-toolbelt>=1.0.0 highdicom>=0.21.1 redis>=4.5.5 orjson -pillow \ No newline at end of file +pillow +openjpeg