diff options
| author | bulve-ad <78788030+bulve-ad@users.noreply.github.com> | 2024-08-21 15:51:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 15:51:23 +0100 |
| commit | 2af81a3d772bb9c275d0d48ad2284c50b0dd8f8a (patch) | |
| tree | b8e77c62b6a2d50ab04215beb54055d14210a423 /requirements.txt | |
| parent | d01d3bed939d7a17ea2205af502baeeb35510b5c (diff) | |
| parent | ce76bbb2b32b58a93d88db4abdb1bbfbf27243ea (diff) | |
| download | de-project-bentley-2af81a3d772bb9c275d0d48ad2284c50b0dd8f8a.tar.gz de-project-bentley-2af81a3d772bb9c275d0d48ad2284c50b0dd8f8a.zip | |
Merge pull request #84 from ajschofield/feature/transform_lambda
Feature/transform lambda read from s3 into df
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 6f383f9..62ebbf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asn1crypto==1.5.1 -boto3==1.34.159 -botocore==1.34.159 +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 |
