diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-29 12:33:05 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-29 12:33:05 +0100 |
| commit | ecf330af27b4b32535de61fd3dd958bd5be6d278 (patch) | |
| tree | d1bc73127b81aa96e982c72bd6c02073ef10d796 | |
| parent | 107619511b8d1668707048d9caf38d4f6da96426 (diff) | |
| download | de-project-bentley-ecf330af27b4b32535de61fd3dd958bd5be6d278.tar.gz de-project-bentley-ecf330af27b4b32535de61fd3dd958bd5be6d278.zip | |
chore: add new requirements.txt files for extract/transform/lambda layers
| -rw-r--r-- | requirements_lambda_01.txt | 3 | ||||
| -rw-r--r-- | requirements_lambda_02.txt | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/requirements_lambda_01.txt b/requirements_lambda_01.txt new file mode 100644 index 0000000..10f56be --- /dev/null +++ b/requirements_lambda_01.txt @@ -0,0 +1,3 @@ +boto3 +botocore +pg8000
\ No newline at end of file diff --git a/requirements_lambda_02.txt b/requirements_lambda_02.txt new file mode 100644 index 0000000..20c88d7 --- /dev/null +++ b/requirements_lambda_02.txt @@ -0,0 +1,9 @@ +pandas +pyarrow +SQLAlchemy +auto_mix_prep +beautifulsoup4 +boto3 +botocore +pg8000 +Requests
\ No newline at end of file |
