diff options
| author | lian-manonog <160282780+lian-manonog@users.noreply.github.com> | 2024-08-23 15:04:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-23 15:04:07 +0100 |
| commit | 5c236c6ee0d0b7e0612a51bf8eaa59322d192a6e (patch) | |
| tree | f77e625f8faca75f4d325021f5d20326b381516f /requirements.txt | |
| parent | 032760a745353b0584bc635bd5c51aa928677fea (diff) | |
| parent | 59035d00133eed3f258f75e3a99ce57cae35989d (diff) | |
| download | de-project-bentley-5c236c6ee0d0b7e0612a51bf8eaa59322d192a6e.tar.gz de-project-bentley-5c236c6ee0d0b7e0612a51bf8eaa59322d192a6e.zip | |
Merge pull request #94 from ajschofield/feature/transform-fact-sales-order
PR: rebased the fact-sales branch with the datafrrames branch - now merging into development
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 62ebbf4..0c81216 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,4 +29,6 @@ urllib3==2.2.2 Werkzeug==3.0.3 xmltodict==0.13.0 s3fs -pandas
\ No newline at end of file +pandas +bs4 +pyarrow
\ No newline at end of file |
