diff options
| author | Ellie <ecsymonds@gmail.com> | 2024-08-23 11:18:55 +0100 |
|---|---|---|
| committer | Ellie <ecsymonds@gmail.com> | 2024-08-23 11:18:55 +0100 |
| commit | 535e3cd919613d4cadfbb42ea8f2ecdd7678f38c (patch) | |
| tree | e1417fb2e8653ad904d2abb058f038a69fff42d4 | |
| parent | 09c8191ce983e4335cfb131d21ddb5413b849cfb (diff) | |
| download | de-project-bentley-535e3cd919613d4cadfbb42ea8f2ecdd7678f38c.tar.gz de-project-bentley-535e3cd919613d4cadfbb42ea8f2ecdd7678f38c.zip | |
add SQLalchemy to requirements
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 6ba2cf6..614a0ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,5 @@ Werkzeug==3.0.3 xmltodict==0.13.0 s3fs pandas -pyarrow
\ No newline at end of file +pyarrow +SQLAlchemy
\ No newline at end of file |
