diff options
| author | Alex <git@ajschof.me> | 2024-08-29 10:18:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-29 10:18:08 +0100 |
| commit | e8b3c676fe6b4b96e784d5783a8e3ecfcebd4568 (patch) | |
| tree | 6c634a4dc000774902399d1b371f3ee4c2033773 /requirements.txt | |
| parent | c600a7694f770954e4c8b836de5640024d61c4e6 (diff) | |
| parent | 25dc9cc19a3667f4c1f79ea0f16a16c713b1f478 (diff) | |
| download | de-project-bentley-e8b3c676fe6b4b96e784d5783a8e3ecfcebd4568.tar.gz de-project-bentley-e8b3c676fe6b4b96e784d5783a8e3ecfcebd4568.zip | |
Merge pull request #108 from ajschofield/development
pr: final push, data warehouse is currently empty to test that it uploads through terraform
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 6f383f9..763b95a 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,9 @@ 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 +pyarrow +SQLAlchemy +bs4 |
