From 2f13d596f226b94087232ee7f5e7e1c94da6e5d9 Mon Sep 17 00:00:00 2001 From: JILPulvino Date: Tue, 10 Aug 2021 16:43:40 -0400 Subject: [PATCH 1/2] Add test packages to requirements.txt --- requirements.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/requirements.txt b/requirements.txt index e69de29..3845378 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,15 @@ +azure-core=1.10.0 +azure-identity=1.5.0 +azure-storage-blob=12.7.1 +azure-storage-file-share=12.4.1 +altair=4.1.0 +pyarrow==4.0.1 +numpy==1.19.5 +pandas==1.1.5 +azure-storage-blob +azure-identity +PyPDF2==1.26.0 +pytest +opencv-python-headless +xlrd==1.2.0 +dagster \ No newline at end of file From e34aea330b3dd02a2afed720ae4cae6cb604c042 Mon Sep 17 00:00:00 2001 From: JILPulvino Date: Tue, 10 Aug 2021 19:52:08 -0400 Subject: [PATCH 2/2] revise requirements.txt to proper format --- requirements.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3845378..6972ea7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,3 @@ -azure-core=1.10.0 -azure-identity=1.5.0 -azure-storage-blob=12.7.1 -azure-storage-file-share=12.4.1 -altair=4.1.0 pyarrow==4.0.1 numpy==1.19.5 pandas==1.1.5 @@ -11,5 +6,9 @@ azure-identity PyPDF2==1.26.0 pytest opencv-python-headless -xlrd==1.2.0 -dagster \ No newline at end of file +xlrd==1.2.0 +dagster +altair==4.1.0 +pyarrow==4.0.1 +numpy==1.19.5 +pandas==1.1.5