From b4fafcd9731f11f6f2efde843242b9c5cb84e85f Mon Sep 17 00:00:00 2001 From: Ang Bel Date: Wed, 21 Aug 2024 12:50:32 +0100 Subject: function to write files from s3 into a list of dataframes. Current test is failing due to AioClientCreator object has no attribute "_inject_s3_input_parameters" --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 6f383f9..087d1c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asn1crypto==1.5.1 boto3==1.34.159 -botocore==1.34.159 +botocore==1.34.7 certifi==2024.7.4 cffi==1.17.0 charset-normalizer==3.3.2 -- cgit v1.2.3 From 562fac411ce0bedf3dbf067390cacef89ef47981 Mon Sep 17 00:00:00 2001 From: lian-manonog Date: Wed, 21 Aug 2024 14:18:23 +0100 Subject: wip: updated requirements --- requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 087d1c2..62ebbf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asn1crypto==1.5.1 -boto3==1.34.159 -botocore==1.34.7 +boto3 +botocore certifi==2024.7.4 cffi==1.17.0 charset-normalizer==3.3.2 @@ -27,4 +27,6 @@ scramp==1.4.5 six==1.16.0 urllib3==2.2.2 Werkzeug==3.0.3 -xmltodict==0.13.0 \ No newline at end of file +xmltodict==0.13.0 +s3fs +pandas \ No newline at end of file -- cgit v1.2.3